From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Fri, 5 Apr 2013 09:05:47 +0000 From: Mark van Atten Message-ID: Content-Type: text/plain; charset=ISO-8859-1 References: <20130401014533.GA16592@one.invalid.invalid>, Subject: Re: [9fans] documentation suggestion Topicbox-Message-UUID: 3eaa2b60-ead8-11e9-9d60-3106f5b1d025 On Thursday, 4 April 2013 18:47:12 UTC+2, a...@9srv.net wrote: > I have not tried this, but I suspect that if you change > > w->tagexpand to FALSE in /src/cmd/acme/wind.c:/^wininit > > and recompile, you'll get the Plan 9 behavior. The code > > paths are still a bit different, but on cursory examination it > > looks like that'll give you what you want. Thanks for the suggestion! I just tried it. Indeed, it puts the tag of a new window in Plan 9 mode. But it does not yet suffice for a full restore, because hitting return makes the tag multiline again. I'll look further into it when I have some time. Mark.