summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsemul_vt100.c
AgeCommit message (Expand)Author
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-10-18UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulationMiod Vallat
2013-10-18Introduce a dedicated private header file to control the optional featuresMiod Vallat
2013-06-16Use (N * sizeof(u_int)) instead of (N * sizeof(int)) when malloc'ing u_int *.Miod Vallat
2011-08-04In `string' state, accept bell (^G) as an end of sequence in addition toMiod Vallat
2010-09-01After all escape sequence processing, check for being beyond the lastNicholas Marriott
2009-09-05Check the return value of all emulops in the emulation code, and abortMiod Vallat
2009-09-05Make the output() wsemul_op return the number of characters processed andMiod Vallat
2009-09-05Rework internal interfaces in the wsdisplay emulation code to prepare forMiod Vallat
2009-01-12Recognize CAN and SUB control characters, and cancel any current escapeMiod Vallat
2007-11-27Remove whitespace at EOL, KNF, ansify. Move jump scroll code to a separateMiod Vallat
2007-11-25Ask the emulation code to hide the cursor when leaving emulation mode. ThisMiod Vallat
2007-09-11KNFGilles Chehade
2007-09-10more MALLOC/FREE -> malloc/free and M_ZERO changesGilles Chehade
2007-02-14FALLTHRU -> FALLTHROUGH for consistency.Jonathan Gray
2007-01-07Some dynamically allocated elements are not considered of vital importanceMiod Vallat
2007-01-07Change allocations to M_NOWAIT in attach methods, and return NULL if they fail.Miod Vallat
2006-10-19Fix hopefully the last wscons jump scrolling glitch, which can occurDimitry Andric
2006-10-09Fix jump scroll glitch, reported by dim@ and Paul Stoeber.Miod Vallat
2006-08-17Jump scroll support for vt100 and sun wscons emulations, helps macppc andMiod Vallat
2004-12-25correct indentTheo de Raadt
2004-12-23vt100 wscons crashes restoring cursor if it had never been saved before.Miod Vallat
2004-12-23Reliability fix, from NetBSD:Miod Vallat
2004-04-02remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd listsTheo de Raadt
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
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
2001-02-20default to kernel messages blueTheo de Raadt
2001-02-10sync w/ netbsd; aaron@ okMichael Shalayeff
2000-08-01update wscons, nothing serious, mostly api fixes for us; from netbsd through ...Michael Shalayeff
2000-05-16import newer wscons source from netbsd.Michael Shalayeff