aboutsummaryrefslogtreecommitdiff
path: root/sys/teken
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make SCS work in 8-bit mode.Ed Schouten2009-09-244-13/+24
* Commit all local modifications I have to libteken:Ed Schouten2009-09-125-102/+122
* Small style(9) bug introduced in the previous commit.Ed Schouten2009-09-121-2/+2
* Make 8-bit support run-time configurable.Ed Schouten2009-09-124-47/+37
* Make resizing of teken terminals a bit more safe.Ed Schouten2009-09-122-4/+4
* Expose the TF_REVERSE flag to the console driver.Ed Schouten2009-09-033-21/+3
* Move libteken out of the syscons directory.Ed Schouten2009-09-0311-0/+2897