aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* todoHEADmasterJesse Luehrs2013-04-131-0/+1
* todoJesse Luehrs2013-04-131-3/+4
* sketch out a hardcoded backendJesse Luehrs2013-04-132-0/+939
* split out the terminfo stuff to a pluggable backendJesse Luehrs2013-04-135-4/+22
* use tparm instead of tiparmJesse Luehrs2013-04-133-37/+13
* apparently ::new is the convention these daysJesse Luehrs2013-04-092-31/+32
* 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-085-19/+16
* isatty is already exposed, no need to do it againJesse Luehrs2013-04-083-16/+9
* use unstable::finally::Finally instead of reimplementing itJesse Luehrs2013-04-084-18/+5
* handle optional terminal capabilities slightly betterJesse Luehrs2013-04-053-23/+73
* oops, wrong keypad mode hereJesse Luehrs2013-04-041-1/+1
* readmeJesse Luehrs2013-04-031-0/+3
* todoJesse Luehrs2013-04-031-6/+3
* 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
* already did thisJesse Luehrs2013-04-031-3/+0
* this shouldn't be publicJesse Luehrs2013-04-031-1/+1
* this can come laterJesse Luehrs2013-04-031-6/+6
* cleanupsJesse Luehrs2013-04-032-5/+4
* split this out into a separate module tooJesse Luehrs2013-04-035-17/+17
* actually, let's not reexport the termios stuff at the top levelJesse Luehrs2013-04-035-18/+19
* oops, forgot to commit thisJesse Luehrs2013-04-031-0/+418
* move the high-level stuff to a separate moduleJesse Luehrs2013-04-033-422/+8
* just use c_void hereJesse Luehrs2013-04-031-5/+3
* todo--Jesse Luehrs2013-04-031-8/+0
* add a few more examplesJesse Luehrs2013-04-034-1/+66
* push escape code definitions back into term::infoJesse Luehrs2013-04-023-53/+116
* make the Term object always be for full-screen terminal appsJesse Luehrs2013-04-022-51/+45
* fix rustpkg stuffJesse Luehrs2013-04-021-3/+1
* more cleanupsJesse Luehrs2013-04-021-3/+3
* reorganize a couple thingsJesse Luehrs2013-04-022-16/+16
* todoJesse Luehrs2013-04-021-15/+27
* 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-012-11/+31
* basic color supportJesse Luehrs2013-04-012-27/+69
* add escape1 for escape sequences with one parameterJesse Luehrs2013-04-012-0/+23
* start trying to make rustpkg workJesse Luehrs2013-04-013-1/+21
* move the trie stuff to a separate moduleJesse Luehrs2013-04-014-209/+210
* 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-012-7/+7
* s/fail_unless/assert/gJesse Luehrs2013-04-012-4/+4
* todoJesse Luehrs2013-04-011-3/+8
* have a separate initialization for full-screen terminal appsJesse Luehrs2013-04-012-7/+11