aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sketch out a hardcoded backendJesse Luehrs2013-04-131-0/+841
* split out the terminfo stuff to a pluggable backendJesse Luehrs2013-04-133-1/+9
* use tparm instead of tiparmJesse Luehrs2013-04-132-28/+11
* apparently ::new is the convention these daysJesse Luehrs2013-04-091-30/+31
* add some notes so i stop trying to fix things that aren't fixable yetJesse Luehrs2013-04-082-0/+5
* move size back to term::iosJesse Luehrs2013-04-083-17/+14
* isatty is already exposed, no need to do it againJesse Luehrs2013-04-082-10/+1
* use unstable::finally::Finally instead of reimplementing itJesse Luehrs2013-04-083-17/+4
* handle optional terminal capabilities slightly betterJesse Luehrs2013-04-052-22/+68
* oops, wrong keypad mode hereJesse Luehrs2013-04-041-1/+1
* document term::infoJesse Luehrs2013-04-031-0/+67
* document term::hexesJesse Luehrs2013-04-031-0/+55
* document term::iosJesse Luehrs2013-04-031-0/+27
* make this public so rustdoc picks it upJesse Luehrs2013-04-031-1/+1
* this shouldn't be publicJesse Luehrs2013-04-031-1/+1
* split this out into a separate module tooJesse Luehrs2013-04-034-16/+16
* actually, let's not reexport the termios stuff at the top levelJesse Luehrs2013-04-033-15/+16
* oops, forgot to commit thisJesse Luehrs2013-04-031-0/+418
* move the high-level stuff to a separate moduleJesse Luehrs2013-04-031-416/+1
* just use c_void hereJesse Luehrs2013-04-031-5/+3
* push escape code definitions back into term::infoJesse Luehrs2013-04-022-52/+115
* 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-022-16/+16
* 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
* add escape1 for escape sequences with one parameterJesse Luehrs2013-04-012-0/+23
* start trying to make rustpkg workJesse Luehrs2013-04-011-1/+4
* move the trie stuff to a separate moduleJesse Luehrs2013-04-013-208/+209
* switch to swap now, since <-> is going away at some pointJesse Luehrs2013-04-011-1/+2
* actually, these can all be method callsJesse Luehrs2013-04-012-26/+25
* also, print and println are now in the preludeJesse Luehrs2013-04-011-5/+5
* s/fail_unless/assert/gJesse Luehrs2013-04-012-4/+4
* 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