summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Check for too long haystackJohn Hawthorn2020-08-08
* Fix --show-info when lines do not fit in the screenMārtiņš Mačs2020-01-29
* fix acceptance testsOndrej Martinek2019-12-27
* show selection info (with -i option)Ondrej Martinek2019-12-27
* Merge pull request #125 from gpanders/ctrl-g-exitJohn Hawthorn2019-12-27
|\
| * Cancel with Ctrl-GGreg Anders2019-10-13
* | Avoid VLA in tty_interfaceJohn Hawthorn2019-12-27
* | Remove strlen in precompute_bonusJohn Hawthorn2019-12-27
* | Use malloc in match_positions to avoid VLAJohn Hawthorn2019-12-27
* | Remove DEBUG_VERBOSEJohn Hawthorn2019-12-27
* | Reduce memory and avoid VLA in match()John Hawthorn2019-12-27
* | Split match and match_postitionsJohn Hawthorn2019-12-27
* | Extract row matching into own methodJohn Hawthorn2019-12-27
* | Move some temporary storage into match_structJohn Hawthorn2019-12-27
* | Break early if strlen(neddle) > strlen(haystack)John Hawthorn2019-12-27
* | Combine early-return if as else ifJohn Hawthorn2019-12-27
* | Work with row pointersJohn Hawthorn2019-12-27
* | Avoid VLA for match_bonusJohn Hawthorn2019-12-27
* | Avoid VLA for lower_{needle,haystack}John Hawthorn2019-12-27
|/
* Simplify input_delimiter handlingJohn Hawthorn2019-08-16
* Add ability to use null as input delimiter.Ashkan Kiani2019-08-16
* Set default options in config.def.hJohn Hawthorn2019-02-02
* Precompute tolower in match_positionsJohn Hawthorn2018-10-13
* Version 1.0John Hawthorn2018-09-23
* 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