aboutsummaryrefslogtreecommitdiff
path: root/sys/teken
Commit message (Expand)AuthorAgeFilesLines
* loader: implement framebuffer consoleToomas Soome2021-01-021-0/+1
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-013-5/+0
* Adjust teken to allow build as part of loaderToomas Soome2019-09-051-2/+7
* 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
* My recent fix for programmable function keys in syscons only workedBruce Evans2019-02-053-3/+26
* Fix function keys for syscons in cons25 mode (vidcontrol -T cons25).Bruce Evans2019-02-011-1/+5
* Implement ECMA-48 "REP", some Linuxen have started emitting them recently.Poul-Henning Kamp2018-10-214-1/+16
* 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