NetBSD/sys/dev/wscons
augustss 7c50ea1e65 Insert lots of ``#if NWSMOUSE > 0'' and ``#if NWSDISPLAY > 0'' to make it
possible to have a wsmouse and/or wskbd without having a wsdisplay.
1998-07-25 20:02:20 +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 Improvements to the VT100 emulation: 1998-06-26 21:20:34 +00:00
wscons_callbacks.h Switch keyboard to "event mode" on open. 1998-07-23 14:33:01 +00:00
wscons_glue.c Insert lots of ``#if NWSMOUSE > 0'' and ``#if NWSDISPLAY > 0'' to make it 1998-07-25 20:02:20 +00:00
wscons_raster.h add dummy character mapping function 1998-06-26 21:12: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 add dummy character mapping function 1998-06-26 21:12:49 +00:00
wsconsio.h Fix ioctl definitions for WSKBDIO_{SET,GET}LEDS. 1998-07-21 09:17:33 +00:00
wsdisplay.c Insert lots of ``#if NWSMOUSE > 0'' and ``#if NWSDISPLAY > 0'' to make it 1998-07-25 20:02:20 +00:00
wsdisplay_compat_usl.c * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID (from unsaved buffers). 1998-07-05 18:27:18 +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 define a "mapping" function which can be used by the emulation module 1998-06-26 21:10:52 +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 don't set a tabstop in column 1 1998-06-29 21:10:53 +00:00
wsemul_vt100_chars.c Improvements to the VT100 emulation: 1998-06-26 21:20:34 +00:00
wsemul_vt100_keys.c fix codes delivered by "Help" and "Do" keys 1998-07-14 19:32:17 +00:00
wsemul_vt100_subr.c fix VT300 tab stop report format 1998-06-29 21:14:40 +00:00
wsemul_vt100var.h Improvements to the VT100 emulation: 1998-06-26 21:20:34 +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 Switch keyboard to "event mode" on open. 1998-07-23 14:33:01 +00:00
wskbdmap_mfii.h rename "LK" -> "declk" for consistency 1998-07-15 14:06:34 +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 rename "LK" -> "declk" for consistency 1998-07-15 14:06:34 +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 Insert lots of ``#if NWSMOUSE > 0'' and ``#if NWSDISPLAY > 0'' to make it 1998-07-25 20:02:20 +00:00
wsmousevar.h