Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/sys/dev/wscons Pull up revision 1.30 (requested by rech...



details:   https://anonhg.NetBSD.org/src/rev/7bcad9eefb6e
branches:  netbsd-2-0
changeset: 561305:7bcad9eefb6e
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jun 07 09:38:18 2004 +0000

description:
Pull up revision 1.30 (requested by recht in ticket #451):
PR/19925: David Ferlier: Add scrolling support to wscons.

diffstat:

 sys/dev/wscons/files.wscons |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 9902bfdde740 -r 7bcad9eefb6e sys/dev/wscons/files.wscons
--- a/sys/dev/wscons/files.wscons       Mon Jun 07 09:38:12 2004 +0000
+++ b/sys/dev/wscons/files.wscons       Mon Jun 07 09:38:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.wscons,v 1.28 2003/04/02 18:22:56 drochner Exp $
+# $NetBSD: files.wscons,v 1.28.4.1 2004/06/07 09:38:18 tron Exp $
 
 #
 # "Workstation Console" glue; attaches frame buffer to emulator & keyboard,
@@ -16,6 +16,7 @@
 defflag        opt_wsemul.h            WSEMUL_NO_DUMB WSEMUL_SUN WSEMUL_VT100
 defparam opt_wskernattr.h      WS_KERNEL_FG WS_KERNEL_BG
                                WS_KERNEL_COLATTR WS_KERNEL_MONOATTR
+                               WSDISPLAY_SCROLLCOMBO
 defparam opt_wsemul.h          WSEMUL_VT100_HILIT_FG WSEMUL_VT100_UNDERLINE_FG
                                WSEMUL_VT100_HILIT_BG WSEMUL_VT100_UNDERLINE_BG
 defflag        opt_wsdisplay_compat.h  WSDISPLAY_COMPAT_USL
@@ -24,6 +25,7 @@
                                WSDISPLAY_CHARFUNCS
                                WSCONS_SUPPORT_PCVTFONTS
                                WSCONS_SUPPORT_ISO7FONTS
+                               WSDISPLAY_SCROLLSUPPORT
 defparam opt_wsdisplay_compat.h        WSCOMPAT_USL_SYNCTIMEOUT
                                WSDISPLAY_DEFAULTSCREENS
 



Home | Main Index | Thread Index | Old Index