aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | there's no actual reason to use a special type, since it's not user-visible, and using one triggers rust/#5690 at the moment
* 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
| | | | i'll add functionality for coloring normal output separately
* 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
|
* collect everything under a single reader/writer objectJesse Luehrs2013-04-012-34/+72
|
* buffer writesJesse Luehrs2013-04-012-21/+34
|
* clean up keypad mode tooJesse Luehrs2013-04-012-3/+12
|
* 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-014-9/+88
|
* 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-312-18/+15
|
* remove some things that are imported by defaultJesse Luehrs2013-03-293-5/+0
|
* oopsJesse Luehrs2013-03-291-1/+1
|
* use the trie to implement reading with escape codesJesse Luehrs2013-03-292-11/+117
|
* this should be a strict prefixJesse Luehrs2013-03-291-5/+10
|
* add a basic string trie implementationJesse Luehrs2013-03-292-0/+208
|
* fix for new 0.6 changeJesse Luehrs2013-03-281-4/+4
|
* this actually doesn't need state, rmcup is idempotentJesse Luehrs2013-03-212-11/+6
|
* todoJesse Luehrs2013-03-211-0/+10
|
* isatty doesn't really belong with termiosJesse Luehrs2013-03-212-10/+12
|
* turn this into an objectJesse Luehrs2013-03-213-59/+84
|
* a couple aliasesJesse Luehrs2013-03-215-8/+10
|
* use the guard here tooJesse Luehrs2013-03-211-4/+5
|
* abstract this outJesse Luehrs2013-03-214-17/+21
|
* fix makefileJesse Luehrs2013-03-201-3/+3
|
* standardize on cols, rowsJesse Luehrs2013-03-204-9/+9
|