From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <26acc9fbc3bcba8d124b9496c3d7a99a@swtch.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Plan9Ports libdraw open-in-same-window From: "Russ Cox" Date: Thu, 9 Mar 2006 16:40:12 -0500 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 1093aa50-ead1-11e9-9d60-3106f5b1d025 > I have a patch to libdraw that makes graphical applications open in > the window that invoked them, as in Plan 9. I've added a "window" Even if you're not using a 9term to invoke them? > make the window scroll. What's the right way to fix that? (this is > particularly disastrous if you opened acme in the 9term window this > output is going to - there is no way to set the 9term to scroll, and > it won't let me save my work.) Presumably there should be a way to make 9term scroll while its window has been taken over. But you could just silence the error message instead. What is generating the error message? Russ