drochner
Thu Apr 16 06:29:41 PDT 1998
Update of /cvsroot/src/sys/dev/wscons
In directory nb00:/tmp/cvs-serv24341
Modified Files:
wsksymdef.h
Log Message:
Don't use KS_GROUP_xxx values which have set something in the lower
8 bits. This allows to OR them with keycodes.
This is probably a workaround for namespace confusion happening else-
where (in wskbdutil.c:ksym_upcase() perhaps?), but it helps without
too much digging into the details.