Ed Schouten 46ce5e26a7 Extend the keyboard character size to 24 bits.
Because we use an int to store keyboard chacacters and their flags, we
can easily store the flags in the top byte instead of the second byte.
This means it's a lot easier to make Unicode work.

The only change that still needs to be made, is that keyent_t's map is
extended to u_int.

Obtained from:	//depot/projects/newcons/sys/sys/kbio.h
2009-09-16 07:01:11 +00:00
..
2009-06-25 12:46:59 +00:00
2009-06-24 20:52:37 +00:00
2009-01-01 02:08:56 +00:00
2009-01-01 02:08:56 +00:00
2009-09-16 03:49:54 +00:00
2009-05-27 16:36:54 +00:00
2009-01-01 02:29:17 +00:00
2009-05-20 17:59:49 +00:00
2009-05-09 19:01:24 +00:00
2009-01-01 02:11:01 +00:00
2009-09-09 05:53:26 +00:00
2009-06-03 17:19:12 +00:00
2008-09-22 10:37:02 +00:00
2008-07-23 16:44:20 +00:00
2009-05-07 13:49:48 +00:00
2009-03-01 04:57:23 +00:00
2009-09-06 10:27:45 +00:00
2009-09-06 09:39:40 +00:00
2009-08-23 08:04:40 +00:00
2009-06-25 12:46:59 +00:00