| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179, | jhb | 2014-03-06 | 4 | -21/+61 |
* | Link the demo application against ncursesw to make Unicode work. | ed | 2011-10-13 | 1 | -1/+1 |
* | Properly use the cursor to bound the position for CUP. | ed | 2011-10-10 | 1 | -1/+1 |
* | Fix whitespace inconsistencies found in homegrown Symbol.maps. | ed | 2011-10-07 | 1 | -1/+1 |
* | Simply let teken_stress use arc4random. | ed | 2011-10-07 | 1 | -11/+1 |
* | Tab should not blank cells. | ed | 2011-10-07 | 1 | -14/+1 |
* | Fix various whitespace inconsistencies in sys/teken. | ed | 2011-06-26 | 5 | -9/+9 |
* | mdoc: reorder sections consistently | uqs | 2011-06-02 | 1 | -16/+16 |
* | Add proper build infrastructure for teken. | ed | 2011-05-09 | 10 | -28/+305 |
* | Use proper bounds checking on VPA. | ed | 2010-12-05 | 1 | -2/+1 |
* | Partially implement the mysterious cons25 \e[x escape sequence. | ed | 2010-11-05 | 2 | -0/+15 |
* | Make ^L with cons25 and origin mode bit more sane. | ed | 2010-08-09 | 1 | -3/+9 |
* | Just use <stdint.h> instead of <inttypes.h>. We don't need it here. | ed | 2010-04-03 | 1 | -1/+1 |
* | Fall back to ASCII codepoints for box drawing. | ed | 2010-02-08 | 1 | -5/+5 |
* | Place home and end before insert and delete. | ed | 2009-11-11 | 2 | -6/+6 |
* | Allow Syscons terminal emulators to provide function key strings. | ed | 2009-11-11 | 3 | -17/+104 |
* | Always home the cursor when changing the scrolling region. | ed | 2009-11-11 | 1 | -7/+8 |
* | Discard Device Control Strings and Operating System Commands. | ed | 2009-10-08 | 3 | -3/+35 |
* | Add support for VT200-style mouse input. | ed | 2009-09-27 | 2 | -0/+7 |
* | Add 256 color support. | ed | 2009-09-26 | 5 | -3/+90 |
* | Properly get out of origin mode if the cursor has to move outside of it. | ed | 2009-09-26 | 1 | -3/+12 |
* | Get rid of now deprecated SCS wrappers. | ed | 2009-09-26 | 3 | -42/+14 |
* | Make the fuzzer a bit more useful by forcing 7-bit data into it. | ed | 2009-09-26 | 1 | -2/+11 |
* | Add a new escape sequence to switch between cons25 and xterm. | ed | 2009-09-25 | 2 | -0/+15 |
* | Conformance: ignore {delete,insert} line while outside the scrolling region. | ed | 2009-09-25 | 1 | -0/+10 |
* | Add __unused. | ed | 2009-09-24 | 1 | -1/+1 |
* | Make SCS work in 8-bit mode. | ed | 2009-09-24 | 4 | -13/+24 |
* | Commit all local modifications I have to libteken: | ed | 2009-09-12 | 5 | -102/+122 |
* | Small style(9) bug introduced in the previous commit. | ed | 2009-09-12 | 1 | -2/+2 |
* | Make 8-bit support run-time configurable. | ed | 2009-09-12 | 4 | -47/+37 |
* | Make resizing of teken terminals a bit more safe. | ed | 2009-09-12 | 2 | -4/+4 |
* | Expose the TF_REVERSE flag to the console driver. | ed | 2009-09-03 | 3 | -21/+3 |
* | Move libteken out of the syscons directory. | ed | 2009-09-03 | 11 | -0/+2897 |