aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.rs
Commit message (Expand)AuthorAgeFilesLines
* split out the terminfo stuff to a pluggable backendJesse Luehrs2013-04-131-1/+9
* move size back to term::iosJesse Luehrs2013-04-081-2/+0
* isatty is already exposed, no need to do it againJesse Luehrs2013-04-081-1/+1
* use unstable::finally::Finally instead of reimplementing itJesse Luehrs2013-04-081-1/+0
* split this out into a separate module tooJesse Luehrs2013-04-031-0/+1
* actually, let's not reexport the termios stuff at the top levelJesse Luehrs2013-04-031-2/+1
* move the high-level stuff to a separate moduleJesse Luehrs2013-04-031-416/+1
* push escape code definitions back into term::infoJesse Luehrs2013-04-021-52/+40
* make the Term object always be for full-screen terminal appsJesse Luehrs2013-04-021-37/+28
* more cleanupsJesse Luehrs2013-04-021-3/+3
* reorganize a couple thingsJesse Luehrs2013-04-021-16/+7
* consistencyJesse Luehrs2013-04-021-2/+2
* fixup and cleanup a bitJesse Luehrs2013-04-021-28/+43
* implement the rest of the attributesJesse Luehrs2013-04-021-5/+116
* underline and standoutJesse Luehrs2013-04-021-0/+26
* add reset_color methodJesse Luehrs2013-04-011-0/+8
* basic color supportJesse Luehrs2013-04-011-19/+46
* start trying to make rustpkg workJesse Luehrs2013-04-011-1/+4
* move the trie stuff to a separate moduleJesse Luehrs2013-04-011-1/+2
* actually, these can all be method callsJesse Luehrs2013-04-011-15/+14
* also, print and println are now in the preludeJesse Luehrs2013-04-011-5/+5
* s/fail_unless/assert/gJesse Luehrs2013-04-011-1/+1
* 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-011-8/+15
* 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-291-2/+0
* oopsJesse Luehrs2013-03-291-1/+1
* use the trie to implement reading with escape codesJesse Luehrs2013-03-291-0/+96
* this actually doesn't need state, rmcup is idempotentJesse Luehrs2013-03-211-8/+3
* isatty doesn't really belong with termiosJesse Luehrs2013-03-211-1/+12
* turn this into an objectJesse Luehrs2013-03-211-0/+58
* a couple aliasesJesse Luehrs2013-03-211-0/+2
* abstract this outJesse Luehrs2013-03-211-0/+1
* project skeletonJesse Luehrs2013-03-191-0/+6