summaryrefslogtreecommitdiff
path: root/fzy.c
Commit message (Expand)AuthorAge
* Add -q/--query for specifying initial queryJohn Hawthorn2016-05-16
* Rename initial_query to filterJohn Hawthorn2016-05-16
* Ensure last line is cleared on exit.John Hawthorn2016-05-16
* Make run returns on success, then exit from mainJohn Hawthorn2016-05-02
* Destroy choices on exitJohn Hawthorn2016-05-02
* Move input reading to choices.cJohn Hawthorn2016-04-24
* Read entire input into contiguous memoryJohn Hawthorn2016-04-24
* Use macros to represent control keysJohn Hawthorn2016-04-10
* Unset ICRNL on ttyJohn Hawthorn2016-04-05
* Fix indentationJohn Hawthorn2016-01-09
* Allow specifying count for benchmarkJohn Hawthorn2015-12-07
* Use static where appropriate in fzy.cJohn Hawthorn2015-11-07
* Use size_t where appropriateJohn Hawthorn2015-11-07
* Apply clang-format to all filesJohn Hawthorn2015-11-07
* Disable signals from ^C (and friends)John Hawthorn2014-10-19
* termios should be reset on successful exit.John Hawthorn2014-10-19
* Remove getline in favour of fgets/strdupJohn Hawthorn2014-09-27
* Specify const char *John Hawthorn2014-09-27
* Allow custom promptJohn Hawthorn2014-09-27
* Re-run search on TABJohn Hawthorn2014-09-17
* Move _GNU_SOURCE definition to makefileJohn Hawthorn2014-09-17
* Allow specifying max for limitJohn Hawthorn2014-09-16
* Cap max lines at terminal heightJohn Hawthorn2014-09-16
* Add config.hJohn Hawthorn2014-09-16
* Truncate matches at terminal widthJohn Hawthorn2014-09-15
* Cleanup headersJohn Hawthorn2014-09-14
* Refactor into choices.cJohn Hawthorn2014-09-14
* Move score printing into draw_matchJohn Hawthorn2014-09-14
* Add TABJohn Hawthorn2014-09-14
* Add -t,--ttyJohn Hawthorn2014-09-14
* Fix help for --linesJohn Hawthorn2014-09-11
* add --benchmarkJohn Hawthorn2014-09-06
* Allow specifying number of lines to showJohn Hawthorn2014-08-30
* Use last line of terminalJohn Hawthorn2014-08-30
* Add scrolloffJohn Hawthorn2014-08-20
* Skip unnecessary initial clear.John Hawthorn2014-08-20
* Fix -eQUERY invocationJohn Hawthorn2014-08-19
* Add non-interactive invocationJohn Hawthorn2014-08-19
* Flag to show scores of matchesJohn Hawthorn2014-08-19
* Use optparse, support --help, --versionJohn Hawthorn2014-08-19
* Up/Down might also be ^[OA or ^[OBJohn Hawthorn2014-08-18
* Flush at end of clearJohn Hawthorn2014-08-16
* Simplify drawJohn Hawthorn2014-08-16
* Avoid full clear before redrawJohn Hawthorn2014-08-16
* Make tty_setcol 0-indexedJohn Hawthorn2014-08-16
* tty_flushJohn Hawthorn2014-08-16
* Refactor into tty_moveupJohn Hawthorn2014-08-16
* Refactor into tty_newline and tty_setcolJohn Hawthorn2014-08-16
* Refactor into tty_printfJohn Hawthorn2014-08-16
* Support UP/DOWN arrowJohn Hawthorn2014-08-16