summaryrefslogtreecommitdiffstats
path: root/sys/dev/wscons/wsemul_vt100_subr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* change wsdisplay attribute type from long to uint32_tjsg2020-05-251-4/+4
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-251-3/+3
* zap trailing whitespaceanton2020-03-221-2/+2
* Support for xterm-compatible SGR escapes 39 and 49 (reset fg/bg colour tomiod2015-09-051-1/+13
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulationmiod2013-10-181-4/+16
* Replace all ovbcopy with memmove; swap the src and dst arguments tooderaadt2013-06-111-5/+5
* Check the return value of all emulops in the emulation code, and abortmiod2009-09-051-59/+130
* Rework internal interfaces in the wsdisplay emulation code to prepare formiod2009-09-051-7/+20
* Remove whitespace at EOL, KNF, ansify. Move jump scroll code to a separatemiod2007-11-271-98/+69
* Some dynamically allocated elements are not considered of vital importancemiod2007-01-071-133/+137
* correct idion for snprintf failure handling; ok cloderderaadt2005-04-211-1/+9
* Fix crash due to wrong argument in the (almost useless) DECRQUPSS escapemiod2004-12-231-2/+2
* remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd listsderaadt2004-04-021-7/+1
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-061-3/+3
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-3/+3
* First round of __P removal in sysmillert2002-03-141-5/+5
* ANSI C does not like labels: without a statement after that.espie2001-07-101-1/+2
* Remove some static.aaron2001-04-141-8/+8
* allow listing and soon deleting fonts; aaron@ okmickey2001-03-141-1/+2
* C requires labels to be followed by statements; from NetBSD.aaron2001-03-071-1/+4
* Brown is ugly.aaron2000-11-151-2/+2
* update wscons, nothing serious, mostly api fixes for us; from netbsd through aaron@mickey2000-08-011-17/+21
* import newer wscons source from netbsd.mickey2000-05-161-0/+856