| Age | Commit message (Expand) | Author |
| 1999-07-30 | Eliminate the need for needs-count for wsmux. This should make | augustss |
| 1999-07-30 | GRR! Kludge around the extremely annoying wsmux configuration lossage | thorpej |
| 1999-07-29 | Add the wsmux pseudo device. | augustss |
| 1999-07-06 | Add the detach and activate entry points to the cfattach struct. | augustss |
| 1999-07-01 | make it compile if WSDISPLAY_COMPAT_RAWKBD is defined, but NWSDISPLAY not, | drochner |
| 1999-06-30 | Make it possible to detach wsmouse and wskbd. | augustss |
| 1999-05-30 | Don't let bd.which be unitialized... Thanks Dave! | christos |
| 1999-05-30 | PR/7665: Dave Sainty: X server bell pitch setting doesn't reflect reality | christos |
| 1999-05-17 | add some #ifdefs to make it link w/o wskbd | drochner |
| 1999-05-16 | Make this build without wsdisplay. | thorpej |
| 1999-05-15 | Get rid of the timeout-driven wscons_glue stuff which caused a lot of | drochner |
| 1999-05-14 | Sort out the inclusion of wscons source files: the files are only | drochner |
| 1999-05-11 | define swedish layout and "dvorak" variant | drochner |
| 1999-05-03 | Add ioctl definitions for setting mouse resolution, scale factor and sample | ad |
| 1999-04-22 | Map the Home and End keys as xterm does. | mycroft |
| 1999-04-01 | defopt WSCONS_SUPPORT_PCVTFONTS | drochner |
| 1999-03-27 | remove a diagnostic panic in the keyboard autorepeat timeout() handler. | drochner |
| 1999-03-27 | defopt RCONS_2BPP and RCONS_16BPP | dbj |
| 1999-03-23 | If no screen got the "focus" (which happens with serial console or if | drochner |
| 1999-03-22 | defopt WSDISPLAY_DEFAULTSCREENS | sommerfe |
| 1999-03-13 | Don't initialize any virtual screens (except the system console) at | drochner |
| 1999-03-10 | don't erase the characters moved over on a <TAB>, a real VT100 doesn't | drochner |
| 1999-02-20 | complete the font tables for the DEC special fonts; assign some codes | drochner |
| 1999-02-12 | change the "mapchar" interface to return a "quality" or "match level" | drochner |
| 1999-02-12 | "NEXT" is a keyboard type, not a keymap variation. | drochner |
| 1999-02-08 | Don't bother copying output queue into automatic buffer; instead, pass | sommerfe |
| 1999-02-08 | Change WSDISPLAYBURST from OBUFSIZ-1 to OBUFSIZ*4, for a ~15x | sommerfe |
| 1999-01-29 | make the timeout for process/vt synchronization "config" settable and | drochner |
| 1999-01-28 | wscons based console video & keyboard support for the NeXT | dbj |
| 1999-01-26 | Debugger() -> console_debugger() to honour the ddb_fromconsole sysctl | drochner |
| 1999-01-26 | improve error handling in 2 cases: | drochner |
| 1999-01-26 | forgot to commit last week: define wsmouse type constants for busmice | drochner |
| 1999-01-23 | add definitions for the additional modifiers on japanese keyboards | drochner |
| 1999-01-18 | remove wsdisplay_has_emulator(), this is not meaningful with virtual screens, | drochner |
| 1999-01-17 | extend the interface for reset-like commands from the keyboard | drochner |
| 1999-01-17 | adapt to "reset" interface change, pass "close all" to wsdisplay | drochner |
| 1999-01-17 | -extend the interface for reset-like commands from the keyboard, | drochner |
| 1999-01-17 | define a "close everything" keyboard command | drochner |
| 1999-01-17 | define a "clear screen" command to the emulator and complete the | drochner |
| 1999-01-15 | add definition for japanese keyboard | drochner |
| 1999-01-14 | add a "reset terminal emulator" command pseudo-keysym and call the | drochner |
| 1999-01-14 | -actually reset the terminal emulator on close() | drochner |
| 1999-01-13 | change the way fonts are handled: now we have a display-global ioctl | drochner |
| 1999-01-13 | export functions to reset the emulator and the character mappings | drochner |
| 1999-01-13 | add a hook for resetting the terminal emulator completely or partially | drochner |
| 1999-01-11 | Oops, "square root" is Unicode 221a, not 211a! | drochner |
| 1999-01-10 | Remove redundant test if the unit numbers is in range. | augustss |
| 1999-01-10 | Rename the "windows" keys and add the new keys to the keyboard maps. | augustss |
| 1999-01-10 | Add definitions for Pause and Print_Screen keys. | augustss |
| 1999-01-10 | Since ukbd has an own map, this file is not needed anymore. | drochner |