summaryrefslogtreecommitdiffstats
path: root/src/terminal.go
AgeCommit message (Expand)Author
2017-01-22Drop ncurses dependencyJunegunn Choi
2017-01-22Composable actions in --bindJunegunn Choi
2017-01-16Propertly fill window with background colorJunegunn Choi
2017-01-16Add half-page-{up,down} actions (#784)Amos Bird
2017-01-16Optimize LightRenderer for slow terminalsJunegunn Choi
2017-01-15Add --filepath-word optionJunegunn Choi
2017-01-11Fix bug where occurrence of the pattern in header lines are highlightedJunegunn Choi
2017-01-11Make preview renderer suspend early on line wrapJunegunn Choi
2017-01-10Add --min-height option for percent --heightJunegunn Choi
2017-01-08Fix update of multi-select pointerJunegunn Choi
2017-01-08Add --height optionJunegunn Choi
2016-12-27Apply --tabstop to preview windowJunegunn Choi
2016-12-05Truncate long lines in preview windowJunegunn Choi
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