Date: Mon, 12 Aug 1996 14:31:15 -0700 (PDT) From: Joerg Wunsch <joerg> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa/pcvt pcvt_drv.c pcvt_kbd.c Message-ID: <199608122131.OAA23946@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 96/08/12 14:31:13
Modified: sys/i386/isa/pcvt pcvt_drv.c pcvt_kbd.c
Log:
Fix two minor oddities introduced by my yesterday's patches:
. preserve a multi-char sequence in a small static buffer inside
pccngetc(), so it won't be clobbered later (used to happen when
breaking into DDB user Ctrl-Alt-ESC), and
. simplify the ``keystroke is present'' determination in sgetc(), thus
making pccncheck() actually working without waiting for a keystroke.
Revision Changes Path
1.23 +12 -4 src/sys/i386/isa/pcvt/pcvt_drv.c
1.12 +3 -5 src/sys/i386/isa/pcvt/pcvt_kbd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608122131.OAA23946>
