Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-24 | Do not check for end of line too early, as this will confuse the cursor | Miod Vallat | |
position. Easily reproduceable using emacs, but no fully sane human being would use emacs anyway. | |||
2002-09-23 | Fix the extra cursor image remaining in the upper left corner of the | Miod Vallat | |
screen after it has been cleared. ok fgs@ deraadt@ | |||
2002-09-15 | Add missing translations for End, Ins and f11-f12, indent the switch a bit | Federico G. Schwindt | |
as well; miod@ ok. | |||
2002-09-09 | Rework the wsemul_sun behaviour, and add color support, from the current | Miod 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-05 | Do not print the ASCII_ESC character. | Jason Wright | |
2002-08-29 | Produce the same escape codes as SunOS with the L function keys in console. | Miod Vallat | |
(tested against Solaris 2.5) | |||
2002-07-25 | Rework the color usage in wsemul_sun displays, to match SunOS and Solaris | Miod 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-30 | remove silly ifdef's; mickey@ jason@ ok. | Federico G. Schwindt | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-04-14 | Remove some static. | Aaron Campbell | |
2001-03-07 | Instead of panic'ing when an ESC is found in kernel output, print a warning | Aaron Campbell | |
and ignore it; from NetBSD. | |||
2000-05-16 | import 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 |