Date: Thu, 30 Dec 1999 08:17:13 -0800 (PST) From: Hellmuth Michaelis <hm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/pcvt pcvt_conf.h pcvt_drv.c pcvt_ext.c pcvt_hdr.h pcvt_kbd.c pcvt_kbd.h pcvt_out.c pcvt_sup.c pcvt_tbl.h pcvt_vtf.c Message-ID: <199912301617.IAA36639@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
hm 1999/12/30 08:17:13 PST
Modified files:
sys/i386/isa/pcvt pcvt_conf.h pcvt_drv.c pcvt_ext.c
pcvt_hdr.h pcvt_kbd.c pcvt_kbd.h
pcvt_out.c pcvt_sup.c pcvt_tbl.h
pcvt_vtf.c
Log:
Implement scrollback for pcvt based on code submitted by
Aaron Campbell <aaron@cs.dal.ca>.
Use SHIFT-PgUp and SHIFT-PgDn to scroll back and forward.
Aarons original code was enhanced to have a separate scrollbuffer
for every virtual terminal and to preserve the screen contents
when switching screen sizes.
The scrollbuffer size is currently fixed at 8 pages but this
will be made configurable through the use of scon(1) in the
near future.
For pcvt_kbd.h, a longstanding compiler warning was fixed by
using excessive backetizing of the key2ascii[] table.
Revision Changes Path
1.9 +6 -8 src/sys/i386/isa/pcvt/pcvt_conf.h
1.62 +9 -30 src/sys/i386/isa/pcvt/pcvt_drv.c
1.17 +10 -24 src/sys/i386/isa/pcvt/pcvt_ext.c
1.36 +16 -24 src/sys/i386/isa/pcvt/pcvt_hdr.h
1.32 +149 -23 src/sys/i386/isa/pcvt/pcvt_kbd.c
1.10 +135 -135 src/sys/i386/isa/pcvt/pcvt_kbd.h
1.20 +68 -21 src/sys/i386/isa/pcvt/pcvt_out.c
1.16 +64 -17 src/sys/i386/isa/pcvt/pcvt_sup.c
1.7 +7 -12 src/sys/i386/isa/pcvt/pcvt_tbl.h
1.11 +6 -15 src/sys/i386/isa/pcvt/pcvt_vtf.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912301617.IAA36639>
