summaryrefslogtreecommitdiffstats
path: root/src/terminal.go
AgeCommit message (Expand)Author
2017-03-02Suppress ANSI colors in preview window if --no-color is setJunegunn Choi
2017-03-01Clear background even if background color is not setJunegunn Choi
2017-02-24Redraw item if query string has changedJunegunn Choi
2017-02-18Add toggle-preview-wrap actionJunegunn Choi
2017-02-18Properly truncate long query stringJunegunn Choi
2017-02-04Add --border option to draw horizontal lines above and below the finderJunegunn Choi
2017-01-30Fix display issues with execute actionJunegunn Choi
2017-01-27Add execute-silent actionJunegunn Choi
2017-01-27Extend placeholder expression for multiple selectionsJunegunn Choi
2017-01-25Recalculate the width of trimmed lineJunegunn Choi
2017-01-24Allow invisible preview window (--preview-window 0)Junegunn Choi
2017-01-22Fix bug where screen is not properly cleared on toggle-previewJunegunn Choi
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