freebsd-nq/sys/dev/syscons
Kazutaka YOKOTA a3bd3dac25 Added accent (dead) key support to syscons and kbdcontrol.
With a keymap with accent key definitions loaded to syscons, you press
an accent key followed by a regular letter key to produce an accented
letter.  Press an accent key followed by the space bar to get the
accent letter itself.

Code is based on the ideas and work by jmrueda@diatel.upm.es and
totii@est.is.

PR: i386/4016

console.h
- Defined structures and constants for accent (dead) keys.

syscons.c, kbdtables.h
- When an accent key is pressed, set the corresponding index to
  `accents'.  If the next key is the space key, produce the accent char
  itself.  Otherwise search the accent key map entry, indexed by
  `accents', for a matching pair of a regular char and an accented char.
- Added ioctl functions to set and get the accent key map (PIO_DEADKEYMAP
  and GIO_DEADKEYMAP).
1998-01-07 08:40:34 +00:00
..
blank Make the blank screen saver work with MDA and CGA. The fade and green 1997-10-04 04:24:18 +00:00
daemon - The daemon might go off the screen and crashed the system if the 1997-10-26 07:35:18 +00:00
fade Make the blank screen saver work with MDA and CGA. The fade and green 1997-10-04 04:24:18 +00:00
green Make the blank screen saver work with MDA and CGA. The fade and green 1997-10-04 04:24:18 +00:00
snake Incorporated lots of fixes and suggestions from Bruce and changes to 1997-07-15 14:49:39 +00:00
star Incorporated lots of fixes and suggestions from Bruce and changes to 1997-07-15 14:49:39 +00:00
syscons.c Added accent (dead) key support to syscons and kbdcontrol. 1998-01-07 08:40:34 +00:00
syscons.h Make comp_vgaregs() less strict about VGA register values when 1997-11-21 11:37:07 +00:00