summaryrefslogtreecommitdiff
path: root/src/tty.c
Commit message (Expand)AuthorAge
* Add ability to use null as input delimiter.Ashkan Kiani2019-08-16
* Better pselect error handlingJohn Hawthorn2018-09-23
* Allow -1 timeout to mean infiniteJohn Hawthorn2018-09-23
* Allow masking signals in tty_input_readyJohn Hawthorn2018-09-23
* Return 0 on pselect EINTRJohn Hawthorn2018-09-23
* Switch to pselectJohn Hawthorn2018-09-23
* Pass a timeout to tty_input_readyJohn Hawthorn2018-09-23
* Reduce ambiguous char wait time to 25msJohn Hawthorn2018-09-09
* Merge branch 'abort_on_escape'John Hawthorn2018-09-09
|\
| * Abort if Esc is pressedJason Felice2018-05-04
| * Initialize fd_set correctlyJason Felice2018-05-04
* | Add sequence to disable line wrapJohn Hawthorn2018-09-09
* | Add support for underlining selected itemMichael Mackus2018-07-18
|/
* Add sys/select.h to fix building with musl libcDuncaen2016-07-31
* Batch together input for searchesJohn Hawthorn2016-06-22
* Move sources into src directoryJohn Hawthorn2016-05-21