aboutsummaryrefslogtreecommitdiffstats
path: root/src/readline.rs
Commit message (Collapse)AuthorAgeFilesLines
* bump depsHEADmasterJesse Luehrs2019-11-141-17/+18
|
* split key_reader out to a separate fileJesse Luehrs2019-10-281-88/+18
|
* allow the tui to manage the overall raw screenJesse Luehrs2019-07-121-9/+45
|
* adjust the readline api a bitJesse Luehrs2019-07-121-5/+17
|
* don't allow tabs for nowJesse Luehrs2019-07-061-0/+3
| | | | | | the literal tab character requires extra support when backspacing, and i don't think we want to ever insert a literal tab character anyway (since we eventually want tab completion)
* styleJesse Luehrs2019-07-061-2/+2
|
* ensure!(false, ...) isn't necessaryJesse Luehrs2019-07-061-2/+2
|
* there's no reason to import these by nameJesse Luehrs2019-07-061-5/+5
|
* simplifyJesse Luehrs2019-06-261-5/+5
|
* clippyJesse Luehrs2019-06-261-10/+12
|
* simplifyJesse Luehrs2019-06-251-12/+8
|
* implement a few more keysJesse Luehrs2019-06-091-7/+53
|
* fix arrow key edge casesJesse Luehrs2019-06-091-6/+4
|
* start using snafuJesse Luehrs2019-06-091-55/+94
|
* implement cursor moving left and rightJesse Luehrs2019-06-091-1/+24
|
* implement backspace during readlineJesse Luehrs2019-06-091-14/+35
|
* fix multiple input events becoming available at onceJesse Luehrs2019-06-091-14/+25
|
* implement process runningJesse Luehrs2019-06-091-14/+23
|
* basic readline implementationJesse Luehrs2019-06-081-0/+169