aboutsummaryrefslogtreecommitdiff
path: root/sys/teken/sequences
Commit message (Expand)AuthorAgeFilesLines
* Implement ECMA-48 "REP", some Linuxen have started emitting them recently.Poul-Henning Kamp2018-10-211-0/+3
* teken: Fix `sequences` header which was crossing the 80-col boundaryJean-Sébastien Pédron2018-05-291-3/+3
* teken: Sort DECSCUSR alphabeticallyJean-Sébastien Pédron2018-05-281-75/+75
* 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/+1
* Fix syscons escape sequence for setting the local cursor type. This sequenceBruce Evans2017-08-181-1/+2
* Improve names for cons25 sequences.Bruce Evans2017-08-181-3/+3
* Fix missing syscons escape sequence for setting the border color.Bruce Evans2017-08-181-0/+1
* Partially implement the mysterious cons25 \e[x escape sequence.Ed Schouten2010-11-051-0/+1
* Discard Device Control Strings and Operating System Commands.Ed Schouten2009-10-081-0/+1
* Add a new escape sequence to switch between cons25 and xterm.Ed Schouten2009-09-251-0/+1
* Move libteken out of the syscons directory.Ed Schouten2009-09-031-0/+110