summaryrefslogtreecommitdiff
path: root/fzy.c
Commit message (Expand)AuthorAge
* 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
* Allow selecting past the 10th choiceJohn Hawthorn2014-08-04
* action_next and action_prevJohn Hawthorn2014-08-04
* Define ANSI color valuesJohn Hawthorn2014-08-04
* Extract ANSI CSI SGR calls into tty.cJohn Hawthorn2014-08-04
* Fix possible overflow on long search stringJohn Hawthorn2014-08-04
* Define number of lines as a macroJohn Hawthorn2014-08-04
* Split tty functions into tty.cJohn Hawthorn2014-08-03
* don't print tabsDylan Kendal2014-07-27
* Don't break tiesJohn Hawthorn2014-07-26
* Revert "No need anymore for strlen to break ties"John Hawthorn2014-07-26
* ^u was not resetting searchJohn Hawthorn2014-07-26
* No need anymore for strlen to break tiesJohn Hawthorn2014-07-26
* Add version stringJohn Hawthorn2014-07-26