Source-Changes archive

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

CVS commit: src/sys/dev/wscons



Module Name:    src
Committed By:   drochner
Date:           Thu Jan 28 22:36:19 UTC 2010

Modified Files:
        src/sys/dev/wscons: wsdisplay.c wsemul_dumb.c wsemul_sun.c
            wsemul_vt100_keys.c wskbd.c wskbdutil.c wsksymdef.h

Log Message:
-rename the "KS_GROUP_Ascii" key symbol category to "Plain" because
 this is what it meant all the time -- it includes characters >127
-delegate translation of all key symbols >127 to the terminal emulation
 layer -- formerly everything non-special was passed to the tty subsystem
 directly, involving truncation to a "char", which effectively meant
 some ISO-1 assumption


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/dev/wscons/wsdisplay.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/wscons/wsemul_dumb.c
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/wscons/wsemul_sun.c
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/wscons/wsemul_vt100_keys.c
cvs rdiff -u -r1.125 -r1.126 src/sys/dev/wscons/wskbd.c
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/wscons/wskbdutil.c
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/wscons/wsksymdef.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index