aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* have a separate initialization for full-screen terminal appsJesse Luehrs2013-04-011-1/+9
* collect everything under a single reader/writer objectJesse Luehrs2013-04-011-11/+51
* buffer writesJesse Luehrs2013-04-011-12/+24
* clean up keypad mode tooJesse Luehrs2013-04-011-2/+11
* enable keypad mode on startupJesse Luehrs2013-04-011-0/+1
* fix next_keyJesse Luehrs2013-04-011-0/+11
* refactorJesse Luehrs2013-04-011-10/+28
* provide a timeout for reads when trying to match an escapeJesse Luehrs2013-04-013-8/+80
* move this into the implJesse Luehrs2013-03-311-16/+16
* buffer escapes, so we can back out and treat them as individual charsJesse Luehrs2013-03-311-15/+12
* remove some things that are imported by defaultJesse Luehrs2013-03-292-4/+0
* oopsJesse Luehrs2013-03-291-1/+1
* use the trie to implement reading with escape codesJesse Luehrs2013-03-291-0/+96
* this should be a strict prefixJesse Luehrs2013-03-291-5/+10
* add a basic string trie implementationJesse Luehrs2013-03-291-0/+203
* fix for new 0.6 changeJesse Luehrs2013-03-281-4/+4
* this actually doesn't need state, rmcup is idempotentJesse Luehrs2013-03-211-8/+3
* isatty doesn't really belong with termiosJesse Luehrs2013-03-212-10/+12
* turn this into an objectJesse Luehrs2013-03-212-38/+64
* a couple aliasesJesse Luehrs2013-03-211-0/+2
* use the guard here tooJesse Luehrs2013-03-211-4/+5
* abstract this outJesse Luehrs2013-03-213-16/+20
* standardize on cols, rowsJesse Luehrs2013-03-202-6/+6
* couple tweaksJesse Luehrs2013-03-201-17/+0
* start working on a terminfo wrapperJesse Luehrs2013-03-202-0/+110
* implement getting terminal sizeJesse Luehrs2013-03-202-1/+21
* rearrange things a bitJesse Luehrs2013-03-201-25/+25
* implement isattyJesse Luehrs2013-03-201-0/+9
* return errno on failure, not just falseJesse Luehrs2013-03-192-16/+17
* better apiJesse Luehrs2013-03-191-2/+7
* add a scope guard sort of thing to allow restoring terminal stateJesse Luehrs2013-03-192-0/+42
* more implementationsJesse Luehrs2013-03-191-0/+34
* actually, who uses thisJesse Luehrs2013-03-192-9/+0
* implement echoJesse Luehrs2013-03-191-0/+14
* project skeletonJesse Luehrs2013-03-194-0/+57