summaryrefslogtreecommitdiff
path: root/src/tty_interface.h
Commit message (Collapse)AuthorAge
* Abort if Esc is pressedJason Felice2018-05-04
|
* Rewrite cursor implementationJohn Hawthorn2017-10-16
| | | | | | | Index the cursor from the beginning instead of the end, which is easier (at least for me) to think about. This also fixes issues with Ctrl-W in the previous implementation.
* Support arrow key movementsKeith Smiley2017-08-13
|
* Use a struct to store keybindingsJohn Hawthorn2016-06-22
|
* Track last searchJohn Hawthorn2016-06-20
| | | | This allows us to avoid explicitly calling out to choices_search
* Return exit code from runJohn Hawthorn2016-06-20
|
* Store state in tty_interface_tJohn Hawthorn2016-06-19
|
* Extract tty interface to own fileJohn Hawthorn2016-06-19