cvs commit: src/usr.bin/systat vmstat.c
Bruce Evans
bde at FreeBSD.org
Mon May 1 00:26:44 UTC 2006
bde 2006-05-01 00:26:43 UTC
FreeBSD src repository
Modified files:
usr.bin/systat vmstat.c
Log:
Unbreak the support for 24-row terminals in the vmstat display. The
part that handled the 17th and 18th rows of the vmstat-proper subdisplay
was deleted in rev.1.10 when these rows stopped being used and was not
restored when the 17th row was used again. For such terminals, we now
lose the `buf' field instead of making a mess with it. Terminals with
fewer than 24 rows have never been supported.
The problem is not avoided by using curses since we use the last line
for data entry and don't use a separate subwindow for this line.
Some other things in the vmstat display could be handled better using
subwindows.
Revision Changes Path
1.79 +4 -2 src/usr.bin/systat/vmstat.c
More information about the cvs-src
mailing list