summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-03-310.18.00.18.0Junegunn Choi
2019-03-30Fix regression of prompt displayJunegunn Choi
2019-03-29Disable preview scroll if the content fits on the screenJunegunn Choi
2019-03-29Fix ineffective break statementJunegunn Choi
2019-03-29Avoid unnecessary redraw of the preview windowJunegunn Choi
2019-03-29Redraw prompt only when necessaryJunegunn Choi
2019-03-29Add --no-unicode option to draw borders in ASCII charactersJunegunn Choi
2019-03-17Add color option for gutterJunegunn Choi
2019-03-07Always prepend ANSI reset code before re-assembling tokensJunegunn Choi
2019-03-07Remove unnecessary ANSI code injectionJunegunn Choi
2019-03-07Use simple string concatenation instead of using fmt.SprintfJunegunn Choi
2019-03-06Preserve the original color of each token when using --with-nth with --ansiJunegunn Choi
2019-02-22Export FZF_PREVIEW_LINES and FZF_PREVIEW_COLUMNS to preview processJunegunn Choi
2019-02-19Add placeholder expression for zero-based item index: {n} and {+n}Junegunn Choi
2018-12-22Fix tab width after ANSI reset code in preview windowJunegunn Choi
2018-12-19Inverse-only matches should not reorder the remaining resultsJunegunn Choi
2018-12-13Avoid unnecessary redraw of preview windowJunegunn Choi
2018-12-05Render preview window when the initial query fails to matchJunegunn Choi
2018-10-070.17.50.17.5Junegunn Choi
2018-09-28Do not wait for more keystrokes after double escape charactersJunegunn Choi
2018-09-28Kill running preview process after 500ms when focus has changedJunegunn Choi
2018-09-27Restore STDIN during execute-silentJunegunn Choi
2018-09-27Don't drop buffered input data in findOffset() (#1392)Tim Cuthbertson
2018-08-08Handle incomplete ESC sequence in typeahead buffer (#1350)Michael Kelley
2018-06-25Allow search query longer than the screen widthJunegunn Choi
2018-06-100.17.40.17.4Junegunn Choi
2018-06-10Provide an option to reverse items only (#1267)Akinori MUSHA
2018-06-10Improve preview window update eventsJunegunn Choi
2018-04-25Implement ttyname() in case /dev/tty is not availableJunegunn Choi
2018-04-12Do not print non-displayable charactersJunegunn Choi
2018-04-12Add support for alt-{up,down,left,right} keysJunegunn Choi
2018-03-30Implement flag for preserving whitespace around field (#1242)ZDNoFYVe
2018-03-13Make fzf pass go vetRyan Boehning
2018-02-15Add shift-up and shift-downJunegunn Choi
2018-01-17Update Windows default command to print relative paths (#1200)Jan Edmund Lazo
2017-12-030.17.30.17.3Junegunn Choi
2017-12-03Fix panic when replace-query is triggered on empty result setJunegunn Choi
2017-12-03Revert "0.17.2"Junegunn Choi
2017-12-030.17.2Junegunn Choi
2017-12-02Add accept-non-empty actionJunegunn Choi
2017-12-01Add replace-query actionJunegunn Choi
2017-12-01Inject $LINES and $COLUMNS when running preview commandJunegunn Choi
2017-12-01Support binding of left-click and right-clickJunegunn Choi
2017-12-01Revert default command: find with -fstype requiredJunegunn Choi
2017-10-160.17.10.17.1Junegunn Choi
2017-10-15Do not immediately check --height option on Windows (#1082)Junegunn Choi
2017-10-15Fix compilation error of Windows binaryJunegunn Choi
2017-10-14Fix ExecCommandWith for cmd.exe in Windows (#1072)Jan Edmund Lazo
2017-09-28Update FZF_DEFAULT_COMMANDJunegunn Choi
2017-09-09Clean up renderer codeJunegunn Choi