diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-01 05:46:03 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-01 05:46:03 +0000 |
commit | 3792ae36e016293db570ba44569964b6f1958cf1 (patch) | |
tree | db694f9e74727ef1d7aecfc1af5a4ff2f0bef847 /sys/arch/i386/conf | |
parent | 001402bb9c907b93d531c87f15f4ce0f9f4bdc4c (diff) |
Kernel support for new PCVT console mouse features.
- Basic cut/paste functionality.
- Wheel mouse support (wheel rolls page-by-page through scrollback buffer).
- Copybuffer ownership. i.e., if User X logs in the console and selects text,
when User Y logs in later the buffer cannot be pasted.
Big thanks to Jean-Baptiste Marchand, Julien Montagne, and Jerome Verdon for
implementing this.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 3652a1ae64a..29f86df4b78 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.70 2000/08/17 20:15:33 mickey Exp $ +# $OpenBSD: files.i386,v 1.71 2000/09/01 05:46:01 aaron Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -144,6 +144,7 @@ attach vt at isa file arch/i386/isa/pcvt/pcvt_drv.c vt needs-flag file arch/i386/isa/pcvt/pcvt_ext.c vt needs-flag file arch/i386/isa/pcvt/pcvt_kbd.c vt needs-flag +file arch/i386/isa/pcvt/pcvt_mouse.c vt needs-flag file arch/i386/isa/pcvt/pcvt_out.c vt needs-flag file arch/i386/isa/pcvt/pcvt_sup.c vt needs-flag file arch/i386/isa/pcvt/pcvt_vtf.c vt needs-flag |