aboutsummaryrefslogtreecommitdiff
path: root/sys/teken
Commit message (Expand)AuthorAgeFilesLines
* teken: fix style in teken_wcwidth.hChristos Margiolis2023-10-131-130/+135
* tty/teken: fix UTF8 sequence validation logicBojan Novković2023-10-131-3/+20
* teken: fix up unused func warningsMateusz Guzik2023-10-081-3/+3
* teken: use __bitcount() instead of bitcount()Christos Margiolis2023-10-071-1/+1
* tty: fix improper backspace behaviour for UTF8 characters when in canonical modeBojan Novković2023-10-071-0/+30
* sys: Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-168-16/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-127-7/+7
* teken: color #3 is yellow not brown - use TC_YELLOW as the nameEd Maste2022-03-123-4/+4
* 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