summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
| * 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