summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Truncate matches at terminal widthJohn Hawthorn2014-09-15
|
* Add manpage to make installJohn Hawthorn2014-09-14
|
* Add more tests of choicesJohn Hawthorn2014-09-14
|
* Fix divide by zero on empty choices listJohn Hawthorn2014-09-14
|
* Cleanup headersJohn Hawthorn2014-09-14
|
* Add fzy.1 manpageJohn Hawthorn2014-09-14
|
* Add catch /Vim:Interrupt/ to README.mdJohn Hawthorn2014-09-14
| | | | Seems to be necessary on some systems.
* Remove unecessary has_match testJohn Hawthorn2014-09-14
|
* Improve performance of has_matchJohn 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
|
* Document termios flags usedJohn Hawthorn2014-09-06
|
* bzero of matrices is unnecessaryJohn Hawthorn2014-09-06
|
* Adjust and reformat match inner loopJohn Hawthorn2014-09-06
|
* Optimize inner loopJohn Hawthorn2014-09-06
|
* Avoid unnecessary matrix accessJohn Hawthorn2014-09-06
|
* Rearrance calculate_score inner loop for clarityJohn Hawthorn2014-09-06
|
* add --benchmarkJohn Hawthorn2014-09-06
|
* Compile with -O3John Hawthorn2014-09-06
|
* Allow specifying number of lines to showJohn Hawthorn2014-08-30
|
* scoring: Prefer consecutive matchesJohn Hawthorn2014-08-30
|
* Fix backtrace regarding SCORE_MATCH_CONSECUTIVEJohn Hawthorn2014-08-30
|
* We can use D[][] to test if there was a matchJohn Hawthorn2014-08-30
|
* D[0][0] need not be initialized to 0John Hawthorn2014-08-30
|
* Improve debugging outputJohn Hawthorn2014-08-30
|
* Use last line of terminalJohn Hawthorn2014-08-30
|
* Add scrolloffJohn Hawthorn2014-08-20
|
* Use full buffering rather than line-bufferingJohn 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
|
* Really long candidates should return SCORE_MINJohn Hawthorn2014-08-16
|
* Flush at end of clearJohn Hawthorn2014-08-16
|
* Simplify drawJohn Hawthorn2014-08-16
|
* Avoid full clear before redrawJohn Hawthorn2014-08-16
| | | | | | Instead of clearing the existing text before redrawing, clear as we draw using tty_newline (CSI-K). This looks smoother when scrolling under xterm and probably other terminals.
* 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
|
* Fix missing bin in MakefileJohn Hawthorn2014-08-11
| | | | Change-Id: If849f07175e5accfa26179b555e5f59e39b6826f
* No need to scale score in 0..1John Hawthorn2014-08-06
| | | | Change-Id: Iea655e766abdaec8e7f3e2c3aa5d23274636cfb9
* Update README.mdJohn Hawthorn2014-08-04
|