NetBSD/sys/dev/wscons
drochner d3e8687b47 Change the calling interface for text output (to the graphics driver)
to take a single character at a time, where the character is an "int" now.
The old interface (took a string) was never called with more than 1
char to print, and the "int" allows us to handle charsets cleanly.
1998-06-20 21:52:49 +00:00
..
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
ascii.h add some more ASCII definitions, move NP->FF for consistency 1998-06-20 19:11:04 +00:00
files.wscons First cut on a VT100 emulation. 1998-06-20 19:17:47 +00:00
wscons_callbacks.h Move the translation of keypad and function keys into the realm of the 1998-06-15 17:48:32 +00:00
wscons_glue.c Move the translation of keypad and function keys into the realm of the 1998-06-15 17:48:32 +00:00
wscons_raster.h Change the calling interface for text output (to the graphics driver) 1998-06-20 21:52:49 +00:00
wscons_rfont.h
wscons_rinit.c Simple screen attribute handling for wscons. 1998-05-14 20:49:55 +00:00
wscons_rops.c Change the calling interface for text output (to the graphics driver) 1998-06-20 21:52:49 +00:00
wsconsio.h Move the translation of keypad and function keys into the realm of the 1998-06-15 17:48:32 +00:00
wsdisplay.c Move the translation of keypad and function keys into the realm of the 1998-06-15 17:48:32 +00:00
wsdisplay_compat_usl.c change initialization order to avoid a race condition if a switch is 1998-06-16 13:31:59 +00:00
wsdisplay_usl_io.h Implement the VT access and keyboard control ioctl()s needed for 1998-06-11 22:00:04 +00:00
wsdisplayvar.h Change the calling interface for text output (to the graphics driver) 1998-06-20 21:52:49 +00:00
wsemul_dumb.c Change the calling interface for text output (to the graphics driver) 1998-06-20 21:52:49 +00:00
wsemul_sun.c Change the calling interface for text output (to the graphics driver) 1998-06-20 21:52:49 +00:00
wsemul_vt100.c Change the calling interface for text output (to the graphics driver) 1998-06-20 21:52:49 +00:00
wsemul_vt100_keys.c First cut on a VT100 emulation. 1998-06-20 19:17:47 +00:00
wsemul_vt100_subr.c First cut on a VT100 emulation. 1998-06-20 19:17:47 +00:00
wsemul_vt100var.h First cut on a VT100 emulation. 1998-06-20 19:17:47 +00:00
wsemulconf.c Fix broken pointer arithmetic. 1998-06-15 17:10:37 +00:00
wsemulvar.h Move the translation of keypad and function keys into the realm of the 1998-06-15 17:48:32 +00:00
wsevent.c
wseventvar.h
wskbd.c Move the translation of keypad and function keys into the realm of the 1998-06-15 17:48:32 +00:00
wskbdmap_mfii.h Add danish keymap. 1998-04-18 10:57:13 +00:00
wskbdutil.c Move the translation of keypad and function keys into the realm of the 1998-06-15 17:48:32 +00:00
wskbdvar.h implement a way to get raw keyboard data (for X) 1998-06-11 22:15:14 +00:00
wsksymdef.h add missing keys for vt100 1998-06-16 11:08:30 +00:00
wsksymvar.h Move the translation of keypad and function keys into the realm of the 1998-06-15 17:48:32 +00:00
wsmouse.c Nuke __BROKEN_INDIRECT_CONFIG. 1998-06-09 07:24:55 +00:00
wsmousevar.h