aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.rs
Commit message (Expand)AuthorAgeFilesLines
* add some notes so i stop trying to fix things that aren't fixable yetJesse Luehrs2013-04-081-0/+3
* move size back to term::iosJesse Luehrs2013-04-081-14/+1
* isatty is already exposed, no need to do it againJesse Luehrs2013-04-081-9/+0
* split this out into a separate module tooJesse Luehrs2013-04-031-15/+0
* actually, let's not reexport the termios stuff at the top levelJesse Luehrs2013-04-031-1/+14
* reorganize a couple thingsJesse Luehrs2013-04-021-0/+9
* move the trie stuff to a separate moduleJesse Luehrs2013-04-011-207/+0
* 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-011-11/+11
* s/fail_unless/assert/gJesse Luehrs2013-04-011-3/+3
* provide a timeout for reads when trying to match an escapeJesse Luehrs2013-04-011-0/+27
* move this into the implJesse Luehrs2013-03-311-16/+16
* remove some things that are imported by defaultJesse Luehrs2013-03-291-2/+0
* this should be a strict prefixJesse Luehrs2013-03-291-5/+10
* add a basic string trie implementationJesse Luehrs2013-03-291-0/+203
* fix for new 0.6 changeJesse Luehrs2013-03-281-4/+4
* abstract this outJesse Luehrs2013-03-211-0/+14