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.