aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* use tparm instead of tiparmJesse Luehrs2013-04-131-9/+2
| | | | | osx comes with ncurses 5.4 (and homebrew only has 5.7?), but tiparm was a new function in 5.8
* use unstable::finally::Finally instead of reimplementing itJesse Luehrs2013-04-081-1/+1
|
* cleanupsJesse Luehrs2013-04-031-1/+1
|
* split this out into a separate module tooJesse Luehrs2013-04-031-1/+1
|
* move the high-level stuff to a separate moduleJesse Luehrs2013-04-031-1/+1
|
* add a few more examplesJesse Luehrs2013-04-031-1/+1
|
* start trying to make rustpkg workJesse Luehrs2013-04-011-0/+2
|
* move the trie stuff to a separate moduleJesse Luehrs2013-04-011-1/+1
|
* provide a timeout for reads when trying to match an escapeJesse Luehrs2013-04-011-1/+8
|
* add a basic string trie implementationJesse Luehrs2013-03-291-0/+5
|
* abstract this outJesse Luehrs2013-03-211-1/+1
|
* fix makefileJesse Luehrs2013-03-201-3/+3
|
* start working on a terminfo wrapperJesse Luehrs2013-03-201-3/+10
|
* implement isattyJesse Luehrs2013-03-201-1/+1
|
* another testJesse Luehrs2013-03-191-1/+1
|
* makefile improvementsJesse Luehrs2013-03-191-15/+19
|
* project skeletonJesse Luehrs2013-03-191-0/+27