aboutsummaryrefslogtreecommitdiff
path: root/sys/teken
Commit message (Expand)AuthorAgeFilesLines
* 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-212-2/+2
* teken, vt(4): Parse the "Cursor style" escape sequenceJean-Sébastien Pédron2018-05-203-1/+30
* teken: Unbreak syscons' use of tekenConrad Meyer2018-05-161-4/+4
* teken, vt(4): New callbacks to lock the terminal onceJean-Sébastien Pédron2018-05-162-0/+22
* Pedantic polishing of code to please FlexeLint.Poul-Henning Kamp2018-04-087-79/+97
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* Fix syscons escape sequence for setting the local cursor type. This sequenceBruce Evans2017-08-183-3/+28
* Improve names for cons25 sequences.Bruce Evans2017-08-182-6/+6
* Fix missing syscons escape sequence for setting the border color.Bruce Evans2017-08-183-0/+9
* Oops, my fix for bright colors broke bright black some more (in casesBruce Evans2017-03-271-8/+8
* Fix bright colors for syscons, and make them work for the first timeBruce Evans2017-03-181-11/+4
* Add teken_256to16() to convert xterm-256 256-color codes to xterm 16-colorBruce Evans2017-03-163-49/+213
* 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
* Pick UINT_MAX / 100 as an upperbound.Ed Schouten2015-08-161-6/+9
* Stop parsing digits if the value already exceeds USHRT_MAX.Ed Schouten2015-08-151-9/+14
* Add missing 'static' keyword to keep build at WARNS=6 happy.Ed Schouten2015-08-151-1/+1
* mdoc: improvements to SEE ALSO.Joel Dahl2014-12-271-1/+1
* Fix typo.Aleksandr Rybalko2014-02-061-3/+3
* Fix crash on load of bigger font. It reduce width and height of terminal, butAleksandr Rybalko2014-02-061-0/+17
* Fix linewrapping behaviour for CJK fullwidth characters.Ed Schouten2013-12-231-5/+10
* Extend libteken to support CJK fullwidth characters.Ed Schouten2013-12-203-16/+16
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-053-0/+18
* Link the demo application against ncursesw to make Unicode work.Ed Schouten2011-10-131-1/+1
* Properly use the cursor to bound the position for CUP.Ed Schouten2011-10-101-1/+1
* Fix whitespace inconsistencies found in homegrown Symbol.maps.Ed Schouten2011-10-071-1/+1
* Simply let teken_stress use arc4random.Ed Schouten2011-10-071-11/+1
* Tab should not blank cells.Ed Schouten2011-10-071-14/+1
* Fix various whitespace inconsistencies in sys/teken.Ed Schouten2011-06-265-9/+9
* mdoc: reorder sections consistentlyUlrich Spörlein2011-06-021-16/+16
* Add proper build infrastructure for teken.Ed Schouten2011-05-0910-28/+305
* Use proper bounds checking on VPA.Ed Schouten2010-12-051-2/+1
* Partially implement the mysterious cons25 \e[x escape sequence.Ed Schouten2010-11-052-0/+15
* Make ^L with cons25 and origin mode bit more sane.Ed Schouten2010-08-091-3/+9
* Just use <stdint.h> instead of <inttypes.h>. We don't need it here.Ed Schouten2010-04-031-1/+1
* Fall back to ASCII codepoints for box drawing.Ed Schouten2010-02-081-5/+5
* Place home and end before insert and delete.Ed Schouten2009-11-112-6/+6
* Allow Syscons terminal emulators to provide function key strings.Ed Schouten2009-11-113-17/+104
* 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-083-3/+35
* Add support for VT200-style mouse input.Ed Schouten2009-09-272-0/+7
* Add 256 color support.Ed Schouten2009-09-265-3/+90
* 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-263-42/+14
* Make the fuzzer a bit more useful by forcing 7-bit data into it.Ed Schouten2009-09-261-2/+11
* Add a new escape sequence to switch between cons25 and xterm.Ed Schouten2009-09-252-0/+15
* Conformance: ignore {delete,insert} line while outside the scrolling region.Ed Schouten2009-09-251-0/+10
* Add __unused.Ed Schouten2009-09-241-1/+1