summaryrefslogtreecommitdiff
path: root/fzy.c
Commit message (Expand)AuthorAge
* 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
* Don't require scores to be positiveJohn Hawthorn2014-07-26
* Move declarations into fzy.hJohn Hawthorn2014-07-26
* Highlight matched charactersJohn Hawthorn2014-07-26
* Add ^U and ^H bindingsJohn Hawthorn2014-07-25
* Fix warningsJohn Hawthorn2014-07-12
* Break match ties by length of resultJohn Hawthorn2014-07-12
* Selection via C-n and C-pJohn Hawthorn2014-07-12
* Add actual sorting of resultsJohn Hawthorn2014-07-12
* Add tests and split matching into match.cJohn Hawthorn2014-07-12
* Don't quit on 'q'John Hawthorn2014-07-11
* Improve commentJohn Hawthorn2014-07-11
* Fix output when ttyout == stdoutJohn Hawthorn2014-07-11
* Output the result on EnterJohn Hawthorn2014-07-11
* Rename fzyJohn Hawthorn2014-07-11