From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) From: Jeff Sickel In-Reply-To: Date: Fri, 27 Feb 2015 19:19:20 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <86308593-B4A7-41BF-AEDB-924C66BC5FF3@corpus-callosum.com> References: <3A96685B-5AF8-478A-AFB4-728FACFB5A43@corpus-callosum.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] once more: drawterm osx-x11 on x86-64 Topicbox-Message-UUID: 46a30aa2-ead9-11e9-9d60-3106f5b1d025 The older versions of drawterm just map a large view to fill the whole screen and then clip the view to the window size you=E2=80=99ve selected. When you drag the view it doesn=E2=80=99t resize the internal rio content. That meant that when taking a 1280x1024 window to 2560x1440 everything would stay the same and you=E2=80=99d just see the extra space already allocated. If you draw to the new areas and then resize the window back to the smaller rect you lose easy access to any rio windows created outside of the current clipping rect. The Cocoa version does proper resizing. It=E2=80=99s just a lot of = effort to get the same features back into the X11 code base. -jas > On Feb 27, 2015, at 5:27 PM, Mark van Atten = wrote: >=20 > With the X11 version, drawterm can be resized with B1,=20 > and with xshove it can be turned full screen.=20 > (On X11, I use p9p's rio as my wm.) >=20 > I look forward to any changes you may come up with;=20 > and many thanks for the work you have done so far! >=20 > Mark. >=20 >=20 >=20