aboutsummaryrefslogtreecommitdiffstats
path: root/test/rl.rs
Commit message (Expand)AuthorAgeFilesLines
* apparently ::new is the convention these daysJesse Luehrs2013-04-091-1/+1
* move size back to term::iosJesse Luehrs2013-04-081-1/+1
* move the high-level stuff to a separate moduleJesse Luehrs2013-04-031-5/+6
* push escape code definitions back into term::infoJesse Luehrs2013-04-021-1/+1
* make the Term object always be for full-screen terminal appsJesse Luehrs2013-04-021-14/+17
* add reset_color methodJesse Luehrs2013-04-011-11/+23
* basic color supportJesse Luehrs2013-04-011-8/+23
* 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
* 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-211-3/+3
* standardize on cols, rowsJesse Luehrs2013-03-201-1/+1
* 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