summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Use do {} while in action_del_charJohn Hawthorn2018-09-23
* Remove unnecessary check from action_del_charJohn Hawthorn2018-09-23
* Better pselect error handlingJohn Hawthorn2018-09-23
* Redraw on signalsJohn 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
* | Fix formattingJohn Hawthorn2018-09-09
* | Disable line wrap when printing candidatesJohn Hawthorn2018-09-09
* | Add sequence to disable line wrapJohn Hawthorn2018-09-09
* | Merge pull request #77 from syrrim/uniJohn Hawthorn2018-09-09
|\ \
| * | add utf-8 support to input, fixes #21syrrim2018-04-23
| |/
* | Add support for underlining selected itemMichael Mackus2018-07-18
* | Merge pull request #86 from neuschaefer/typoJohn Hawthorn2018-06-18
|\ \
| * | choices: Fix a typo ("stings")Jonathan Neuschäfer2018-06-17
* | | Fix reading choices if stdin is a ttyJohn Hawthorn2018-06-17
* | | Initialize tty before reading choicesJohn Hawthorn2018-06-17
|/ /
* / tty_interface: Fix comments about CTRL-J and CTRL-KJonathan Neuschäfer2018-06-17
|/
* Merge pull request #71 from tgeng/masterJohn Hawthorn2018-04-21
|\
| * Fix home/end support on MacTianyu Geng2018-03-19
| * Support cursor jumping with Home and End keysTianyu Geng2018-02-05
* | tty_interface: Don't show score if it doesn't fitJonathan Neuschäfer2018-01-24
|/
* Rewrite cursor implementationJohn Hawthorn2017-10-16
* Merge pull request #46 from keith/ks/arrow-keysJohn Hawthorn2017-10-07
|\
| * Support arrow key movementsKeith Smiley2017-08-13
* | Fix line maximum line length when scores are shownJonathan Neuschäfer2017-09-24
|/
* Ignore bracketed paste charactersKeith Smiley2017-08-13
* Add acceptance test for --helpJohn Hawthorn2017-02-07
* Add -j option to control parallelismJohn Hawthorn2017-01-31
* Pass options to choices_initJohn Hawthorn2017-01-31
* Merge partially sorted lists in parallelJohn Hawthorn2017-01-26
* Replace k-way-merge with 2-way mergeJohn Hawthorn2017-01-26
* Perform sort in parallelJohn Hawthorn2017-01-26
* Fix memory leak of jobJohn Hawthorn2017-01-26
* Support movement with CTRL-J/CTRL-KMichael Stock2017-01-17
* Improve parallelism of search workersJohn Hawthorn2017-01-08
* Store choices on job structJohn Hawthorn2017-01-08
* Create search_job structJohn Hawthorn2017-01-08
* Remove unused and uninitialized worker struct varJohn Hawthorn2017-01-08
* Fix tty_interface clear for num_lines=0John Hawthorn2016-12-28
* Fix a problem that the cursor position shifted upwardmomotaro2016-12-21
* Fix segfault when encountering utf-8 charactersJohn Hawthorn2016-08-03
* Add sys/select.h to fix building with musl libcDuncaen2016-07-31
* Add a few missing static declarationsJohn Hawthorn2016-07-12