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