summaryrefslogtreecommitdiffstats
path: root/src/terminal.go
AgeCommit message (Expand)Author
2016-11-26Always print scroll indicator in preview windowJunegunn Choi
2016-11-23Do not ignore resize event from ncurses and tcellJunegunn Choi
2016-11-15Add --no-bold optionJunegunn Choi
2016-11-08Fix issues in tcell renderer and Windows buildJunegunn Choi
2016-11-07Prepare for termbox/windows buildJunegunn Choi
2016-10-28Fix header lines being cleared on toggle-previewJunegunn Choi
2016-10-21Set foreground color without affecting backgroundJunegunn Choi
2016-10-04Display scroll indicator in preview windowJunegunn Choi
2016-10-04Adjust maximum scroll offsetJunegunn Choi
2016-10-03Support field index expressions in preview and execute actionJunegunn Choi
2016-09-29Fix SEGV when trying to render preview but the window is closedJunegunn Choi
2016-09-29Add support for more ANSI color attributes (#674)Junegunn Choi
2016-09-25Add preview-page-up and preview-page-down actionsJunegunn Choi
2016-09-25Make preview windows scrollableJunegunn Choi
2016-09-21Avoid rendering delay when displaying extremely long linesJunegunn Choi
2016-09-19Add --print0 option0.15.0Junegunn Choi
2016-09-18Printable character in --expect set should not affect --print-queryJunegunn Choi
2016-09-18Truncate the query string if it's too longJunegunn Choi
2016-09-18Revise ranking algorithmJunegunn Choi
2016-08-20Remove Offset slice from Result structJunegunn Choi
2016-08-19Micro-optimizationsJunegunn Choi
2016-08-14Improve rendering time of long linesJunegunn Choi
2016-08-14[perf] Avoid allocating rune array for ascii stringJunegunn Choi
2016-06-15Fix race condition where preview window is not properly clearedJunegunn Choi
2016-06-14Do not process ANSI codes in --preview output at onceJunegunn Choi
2016-06-11Add --preview and --preview-windowJunegunn Choi
2016-06-08Use single-quoted strings in execute actionJunegunn Choi
2016-05-18Do not match jump labels beyond the screen limitJunegunn Choi
2016-05-18Add jump and jump-accept actions for --bindJunegunn Choi
2016-05-13Add print-query action for --bindJunegunn Choi
2016-04-14Fix #541 - Print double-click when --expect=double-click is setJunegunn Choi
2016-03-02Add --hscroll-off=COL optionJunegunn Choi
2016-02-18Minor refactoringJunegunn Choi
2016-02-07Use $SHELL to start $FZF_DEFAULT_COMMAND (#481)Junegunn Choi
2016-02-03Fix #481 - Use $SHELL instead of sh in execute actionJunegunn Choi
2016-02-02Handle SIGTERM gracefully (#482)Junegunn Choi
2016-01-16Reduce the initial delay when --tac is not givenJunegunn Choi
2016-01-14Add toggle-in and toggle-out for --bindJunegunn Choi
2016-01-14Simplify Item structureJunegunn Choi
2016-01-13Accept comma-separated list of sort criteriaJunegunn Choi
2015-11-30Add --tabstop optionJunegunn Choi
2015-11-09Add execute-multi actionJunegunn Choi
2015-11-09Handle wide unicode characters in --promptJunegunn Choi
2015-11-03Setup signal handlers before ncurses initializationJunegunn Choi
2015-10-13Fix --bind "double-click:execute(...)" (#374)Junegunn Choi
2015-10-13Add bindable double-click event (#374)Junegunn Choi
2015-10-05Fix invalid interrupt handler during execute actionJunegunn Choi
2015-09-18Exit status 130 when fzf is terminated by the userJunegunn Choi
2015-09-15Replace --header-file with --header (#346)Junegunn Choi
2015-09-15Change exit status (0: OK, 1: No match, 2: Error/Interrupted)Junegunn Choi