summaryrefslogtreecommitdiffstats
path: root/src/terminal.go
AgeCommit message (Expand)Author
2020-11-03Allow preview window height shorter than 3Junegunn Choi
2020-11-03Fix regression where lines are skipped in the preview windowJunegunn Choi
2020-10-31Revert "Prefer LightRenderer on Windows if it's available"Junegunn Choi
2020-10-31Prefer LightRenderer on Windows if it's availableJunegunn Choi
2020-10-27Fix error when preview command failed to startJunegunn Choi
2020-10-26Add more --border optionsJunegunn Choi
2020-10-25Add support for text styling using --colorJunegunn Choi
2020-10-24Use 64-bit integer for preview versionJunegunn Choi
2020-10-23Fix regression where empty preview content is not displayedJunegunn Choi
2020-10-23Support ANSI escape sequence for clearing display in preview windowJunegunn Choi
2020-10-20Always show the number of selected entries to indicate if --multi is enabledJunegunn Choi
2020-10-18Implement streaming preview window (#2215)Junegunn Choi
2020-10-06Fix preview window size calculationJunegunn Choi
2020-10-06Add --preview-window option for cyclic scrollingJunegunn Choi
2020-10-05Add preview-half-page-down and preview-half-page-up (#2145)Tinmarino
2020-09-29Always allow preview/execute commands with no placeholder expressionsJunegunn Choi
2020-09-24Fix items width limit (#2190)Wenxuan
2020-08-23Revert horizontal padding around preview window on "noborder"Junegunn Choi
2020-08-23Revert 1ab4289: Preview window of size 0 is allowedJunegunn Choi
2020-08-23Add more preview window options and reduce vertical padding on noborderJunegunn Choi
2020-08-23Support preview scroll offset relative to window heightJunegunn Choi
2020-08-02Ignore punctuation characters before and after preview offset columnJunegunn Choi
2020-07-28Fix handling of unicode characters in query stringJunegunn Choi
2020-07-27Add preview window option for setting the initial scroll offsetJunegunn Choi
2020-07-05Support ANSI colors in --prompt stringJunegunn Choi
2020-06-21Add preview action for --bindJunegunn Choi
2020-06-20Add refresh-preview actionJunegunn Choi
2020-06-07Add backward-eof event for --bindJunegunn Choi
2020-05-18Do not disable mouse after execute(-silent) when --height option is usedJunegunn Choi
2020-03-23Fix ANSI color offsets when --keep-right is usedJunegunn Choi
2020-03-11Add --keep-right option to keep the right end of the line visibleJunegunn Choi
2020-03-05Add more --border options; default changed to "rounded"Junegunn Choi
2020-02-28Add backward-delete-char/eof action (#1891)James Wright
2020-02-17Make pointer and multi-select marker customizable (#1844)Hiroki Konishi
2020-02-06Fix inline info truncationJunegunn Choi
2020-01-19Show error message when failed to start preview command (#1810)Tony Metzidis
2020-01-15Draw spinner with Unicode charactersJunegunn Choi
2019-12-12Add preview-fg and preview-bg for --colorJunegunn Choi
2019-12-09Defer resetting multi-selection on reloadJunegunn Choi
2019-12-07Add clear-query and clear-selectionJunegunn Choi
2019-12-06'reload' action should be allowed even where there's no matchJunegunn Choi
2019-11-15Fix --preview-window noborder with non-default background colorJunegunn Choi
2019-11-15Add `--preview-window noborder` option to disable preview borderJunegunn Choi
2019-11-15Add --info=STYLE [default|inline|hidden]Junegunn Choi
2019-11-12'reload' action should reset multi-selectionJunegunn Choi
2019-11-11Fix regression of select-allJunegunn Choi
2019-11-10Experimental implementation of "reload" actionJunegunn Choi
2019-11-05Improvements to code quality and readability (#1737)Alexandr
2019-11-02Remove unnecessary map lookupJunegunn Choi
2019-11-02Fix behavior of 'deselect-all' to only deselect matchesJunegunn Choi