summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsemul_sun.c
AgeCommit message (Collapse)Author
2004-02-24Do not check for end of line too early, as this will confuse the cursorMiod Vallat
position. Easily reproduceable using emacs, but no fully sane human being would use emacs anyway.
2002-09-23Fix the extra cursor image remaining in the upper left corner of theMiod Vallat
screen after it has been cleared. ok fgs@ deraadt@
2002-09-15Add missing translations for End, Ins and f11-f12, indent the switch a bitFederico G. Schwindt
as well; miod@ ok.
2002-09-09Rework the wsemul_sun behaviour, and add color support, from the currentMiod Vallat
wsemul_vt100 code and NetBSD's rcons. Misc cleaning in the process. Use with TERM=rcons-color for color support for now. Tested by jason@ and matthieu@
2002-09-05Do not print the ASCII_ESC character.Jason Wright
2002-08-29Produce the same escape codes as SunOS with the L function keys in console.Miod Vallat
(tested against Solaris 2.5)
2002-07-25Rework the color usage in wsemul_sun displays, to match SunOS and SolarisMiod Vallat
text mode colors. This means black text on white background, even for the kernel messages. Initially based on a patch from jason@, then some tinkering by me.
2002-05-30remove silly ifdef's; mickey@ jason@ ok.Federico G. Schwindt
2002-03-14First round of __P removal in sysTodd C. Miller
2001-04-14Remove some static.Aaron Campbell
2001-03-07Instead of panic'ing when an ESC is found in kernel output, print a warningAaron Campbell
and ignore it; from NetBSD.
2000-05-16import newer wscons source from netbsd.Michael Shalayeff
art@ said it will make his life easier in alpha rhands@ said it is not used in powerpc for now bjc@ said that it would make vax port easier mickey@ said other platforms can use it, and it's faster