Date: Wed, 14 Jul 1999 03:53:43 -0700 (PDT) From: Kazutaka YOKOTA <yokota@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb db_input.c Message-ID: <199907141053.DAA19939@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
yokota 1999/07/14 03:53:42 PDT Modified files: sys/ddb db_input.c Log: The following patch will remove a hack introduced in /sys/ddb/db_input.c rev 1.19 to recognize syscons's cursor keycodes. It is unnecessary now that scgetc() in syscons returns the escape sequence for the cursor keys rather than their raw, internal key codes. Revision Changes Path 1.24 +1 -13 src/sys/ddb/db_input.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?199907141053.DAA19939>