aboutsummaryrefslogtreecommitdiff
path: root/sys/teken/teken_subr.h
Commit message (Expand)AuthorAgeFilesLines
* Attempt to complete fixing programmable function keys for syscons.Bruce Evans2019-02-201-1/+1
* Place an upper bound on the number of iterations for REP.Ed Schouten2019-02-191-1/+4
* Add missing __unused attributes to unused function arguments.Ed Schouten2019-02-191-1/+1
* Implement ECMA-48 "REP", some Linuxen have started emitting them recently.Poul-Henning Kamp2018-10-211-1/+11
* teken: Rename the "Set Cursor Style" sequence to match vt100.net docsJean-Sébastien Pédron2018-05-211-1/+1
* teken, vt(4): Parse the "Cursor style" escape sequenceJean-Sébastien Pédron2018-05-201-0/+19
* Pedantic polishing of code to please FlexeLint.Poul-Henning Kamp2018-04-081-42/+49
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Sync HPA and VPA implementations with CUP.Ed Schouten2015-08-241-6/+6
* Don't truncate cursor arithmetic to 16 bits.Ed Schouten2015-08-211-6/+6
* Fix linewrapping behaviour for CJK fullwidth characters.Ed Schouten2013-12-231-5/+10
* Extend libteken to support CJK fullwidth characters.Ed Schouten2013-12-201-9/+7
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-051-0/+9
* Properly use the cursor to bound the position for CUP.Ed Schouten2011-10-101-1/+1
* Tab should not blank cells.Ed Schouten2011-10-071-14/+1
* Fix various whitespace inconsistencies in sys/teken.Ed Schouten2011-06-261-2/+2
* Use proper bounds checking on VPA.Ed Schouten2010-12-051-2/+1
* Make ^L with cons25 and origin mode bit more sane.Ed Schouten2010-08-091-3/+9
* Allow Syscons terminal emulators to provide function key strings.Ed Schouten2009-11-111-2/+2
* Always home the cursor when changing the scrolling region.Ed Schouten2009-11-111-7/+8
* Discard Device Control Strings and Operating System Commands.Ed Schouten2009-10-081-3/+15
* Add support for VT200-style mouse input.Ed Schouten2009-09-271-0/+6
* Add 256 color support.Ed Schouten2009-09-261-0/+32
* Properly get out of origin mode if the cursor has to move outside of it.Ed Schouten2009-09-261-3/+12
* Get rid of now deprecated SCS wrappers.Ed Schouten2009-09-261-11/+11
* Conformance: ignore {delete,insert} line while outside the scrolling region.Ed Schouten2009-09-251-0/+10
* Make SCS work in 8-bit mode.Ed Schouten2009-09-241-1/+2
* Commit all local modifications I have to libteken:Ed Schouten2009-09-121-58/+70
* Make 8-bit support run-time configurable.Ed Schouten2009-09-121-6/+13
* Make resizing of teken terminals a bit more safe.Ed Schouten2009-09-121-0/+3
* Move libteken out of the syscons directory.Ed Schouten2009-09-031-0/+1209