summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsemul_dumb.c
AgeCommit message (Expand)Author
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2015-08-28fairly simple sizes for free(); ok teduTheo de Raadt
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
2010-08-28ansify function definitions, and constify a few arrays while there.Miod Vallat
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
2007-11-27Remove whitespace at EOL, KNF, ansify. Move jump scroll code to a separateMiod Vallat
2007-11-26Constify the output of the emulops translate() function, as well as theMiod Vallat
2007-11-25Ask the emulation code to hide the cursor when leaving emulation mode. ThisMiod Vallat
2007-03-07For unsupported (yet) Expert3D style frame buffers, attach pcons and attachMiod Vallat
2007-02-14FALLTHRU -> FALLTHROUGH for consistency.Jonathan Gray
2002-03-14First round of __P removal in sysTodd C. Miller
2000-05-16import newer wscons source from netbsd.Michael Shalayeff