summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/scterm-sc.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-1/+1
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-12/+0
* Fix -Wundef.ru2005-12-041-3/+3
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.grehan2004-01-211-1/+1
* Use __FBSDID().obrien2003-08-241-2/+3
* Add sparc64 ifdefs.jake2003-08-241-0/+4
* KSE Milestone 2julian2001-09-121-1/+1
* Refine cursor type/shape control escape sequences andyokota2001-08-021-26/+60
* Make the beep duration independent of HZ.phk2001-05-281-1/+2
* Indent the comment about the Alpha palette evilness correctly.jhb2001-03-061-5/+5
* The SRM console gets the red and blue attributes backwards in the VGAjhb2001-03-051-0/+12
* Make Reset (ESC c) reset attributes too, not only clear screenache2000-07-211-1/+6
* Implement SGR 22,24,25,27 from ECMA-48ache2000-07-201-0/+16
* Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not resetache2000-07-201-2/+2
* Shorten 49m attr resetting expressionache2000-07-151-2/+1
* Reset corresponding color attributes on 39m and 49mache2000-07-151-16/+17
* Cosmetique: fix comments - don't use 'ansi' word for non-ansi (adapter) colorsache2000-06-061-7/+7
* Implement ANSI E[39m and E[49m to set fg and bg to initial (not to default!)ache2000-06-051-0/+10
* White-space-only change. The file originally had screwed indentation.yokota2000-03-201-382/+395
* - Don't reset text colors when changing the video mode.yokota2000-02-111-0/+2
* - Fix text cursor logic so that multiple instances of the "normal" cursoryokota2000-02-111-2/+2
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-5/+0
* This is the 3rd stage of syscons code reorganization.yokota2000-01-151-0/+729
OpenPOWER on IntegriCloud