CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/11/20 13:52:11
Modified files: sys/dev/wscons : wscons_callbacks.h wsdisplay.c wskbd.c Log message: Change wsdisplay_kbdinput() to get an aray of keysym_t and a count, instead of a single keysym_t at a time - this means tty sanity checks will only happen once. Introduce wsdisplay_rawkbdinput() for raw mode input, since raw input is a byte array. As a bonus this allows us to skip the `is this a KS_GROUP_Ascii value' test in that case.