aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* add reset_color methodJesse Luehrs2013-04-011-11/+23
|
* basic color supportJesse Luehrs2013-04-011-8/+23
|
* also, print and println are now in the preludeJesse Luehrs2013-04-011-2/+2
|
* have a separate initialization for full-screen terminal appsJesse Luehrs2013-04-011-6/+2
|
* collect everything under a single reader/writer objectJesse Luehrs2013-04-011-23/+21
|
* buffer writesJesse Luehrs2013-04-011-9/+10
|
* clean up keypad mode tooJesse Luehrs2013-04-011-1/+1
|
* buffer escapes, so we can back out and treat them as individual charsJesse Luehrs2013-03-311-3/+3
|
* remove some things that are imported by defaultJesse Luehrs2013-03-291-1/+0
|
* use the trie to implement reading with escape codesJesse Luehrs2013-03-291-11/+21
|
* this actually doesn't need state, rmcup is idempotentJesse Luehrs2013-03-211-3/+3
|
* turn this into an objectJesse Luehrs2013-03-211-21/+20
|
* a couple aliasesJesse Luehrs2013-03-214-8/+8
|
* standardize on cols, rowsJesse Luehrs2013-03-202-3/+3
|
* couple tweaksJesse Luehrs2013-03-201-0/+2
|
* implement a bit more in the testJesse Luehrs2013-03-201-8/+44
|
* start working on a terminfo wrapperJesse Luehrs2013-03-201-0/+18
|
* implement getting terminal sizeJesse Luehrs2013-03-201-1/+2
|
* implement isattyJesse Luehrs2013-03-201-0/+10
|
* better apiJesse Luehrs2013-03-191-2/+1
|
* add a scope guard sort of thing to allow restoring terminal stateJesse Luehrs2013-03-191-2/+14
|
* another testJesse Luehrs2013-03-191-0/+10
|
* test programJesse Luehrs2013-03-191-0/+9