9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: presotto@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] vt
Date: Fri,  6 Apr 2001 21:22:51 -0400	[thread overview]
Message-ID: <20010407012253.2BD7919A54@mail.cse.psu.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 122 bytes --]

I take it back, I just can't read terminfo's (imagine that).  I added this
code to vt.c,  I'll put it in the next wrap.

[-- Attachment #2: Type: message/rfc822, Size: 2176 bytes --]

From: Micah Stetson <micah@cnm-vra.com>
To: 9fans@cse.psu.edu
Subject: [9fans] vt
Date: Tue, 3 Apr 2001 23:08:32 -0700
Message-ID: <20010403230832.B19367@cnm-vra.com>

I notice that there are a bunch of improvements in vt with
this update.  I want to thank whoever did all that work (Russ,
I think?).  But I noticed that some garbage was being left on
my screen while scrolling in mutt.  Although, strange stuff
still goes on once in a while, most of the problem seemed to
disappear with the following change to vt.c:

/mnt/wrap/sys/src/cmd/vt/vt.c:581 c /sys/src/cmd/vt/vt.c:581
< 								clear(Rpt(pt(0, 0), pt(x, ymax+1)));
---
> 								clear(Rpt(pt(0, 0), pt(xmax+1, y)));

The code is supposed to clear from the first character on the
screen up through the current position.  As it was, this line
would clear everything to the left of the current position and
the next would clear everything on the current line up to the
current position.  I think the line should really clear
everything above the current position, and at least mutt seems
to work a little better that way.

Micah

             reply	other threads:[~2001-04-07  1:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-07  1:22 presotto [this message]
2001-04-09  8:36 ` Boyd Roberts
2001-04-09 15:22   ` Douglas A. Gwyn
2001-04-10  8:59     ` Boyd Roberts
  -- strict thread matches above, loose matches on Subject: below --
2001-04-09 15:49 forsyth
2001-04-18 14:06 ` David Lukes
2001-04-18 18:55   ` Boyd Roberts
2001-04-09  9:07 Russ Cox
2001-04-09 15:34 ` Douglas A. Gwyn
2001-04-10  9:00   ` Boyd Roberts
2001-04-06 17:04 presotto
2001-04-09  8:36 ` Douglas A. Gwyn
2001-04-04  6:08 Micah Stetson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010407012253.2BD7919A54@mail.cse.psu.edu \
    --to=presotto@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).