From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 19 Oct 2005 19:02:43 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] drawterm funny In-Reply-To: <4e1afb51f57379e32097a90ec1093866@9netics.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <440d7232eff6ade90ac9a8156877a664@quintile.net> <4e1afb51f57379e32097a90ec1093866@9netics.com> Topicbox-Message-UUID: 9d45aee0-ead0-11e9-9d60-3106f5b1d025 > > Anyone noticed a funny with Windows drawterm (maybe *unix also, > > I don't have those here). > > > > Some draw operators seem to result in no visible image via drawterm > > whilst on native plan9 they work fine. > > yes; i've seen it very occasionally in acme+dt2k+win combo. In Windows there has always been a text redraw problem when drawing to the lower right corner of the screen. Try moving the window over to the left side and see if the text is drawn properly there. I wish I were making this up. If it's consistent no matter where the screen is, then it could be a problem with abaco not calling flushimage, but I tried using abaco a week or so ago inside drawterm with no problems. Russ