summaryrefslogtreecommitdiffstats
path: root/src/options.go
AgeCommit message (Expand)Author
2022-04-04Add `rebind` action for restoring bindings after `unbind`Junegunn Choi
2022-03-29Add --ellipsis=.. optionJunegunn Choi
2021-12-05change-preview-window to take multiple option sets separated by '|'Junegunn Choi
2021-11-30Implement change-preview and change-preview-window actionsJunegunn Choi
2021-11-04Add 'put' action for putting the character to the promptJunegunn Choi
2021-11-03Add --header-first option to display header before prompt lineJunegunn Choi
2021-11-02Implement --scroll-off=LINESJunegunn Choi
2021-09-29Do not check for --height support on --versionJunegunn Choi
2021-05-26Allow specifying 16 base ANSI colors by their namesJunegunn Choi
2021-05-22Add 'unbind' actionJunegunn Choi
2021-05-14Replace RuneWidth to StringWidth to handle grapheme clustersJunegunn Choi
2021-04-06Change --preview-window delimiter from : to , for consistencyJunegunn Choi
2021-04-06More border optins for preview windowJunegunn Choi
2021-03-13Advanced preview scroll offset expression to better support fixed headerJunegunn Choi
2021-03-12Add support for preview window headerJunegunn Choi
2021-02-25Add select and deselect actionsJunegunn Choi
2021-02-02Add `close` actionJunegunn Choi
2021-01-03Use more explicit int-to-string conversion.Elliott Sales de Andrade
2021-01-03Make search toggleableJunegunn Choi
2020-12-31Add preview-top and preview-bottom actionsJunegunn Choi
2020-12-31Fix alt-, for --expectJunegunn Choi
2020-12-30Extend support for alt key chordsJunegunn Choi
2020-12-30Add "last" action to move the cursor to the last matchJunegunn Choi
2020-12-07Make --color attributes mergeableJunegunn Choi
2020-12-05Add --preview-window follow optionJunegunn Choi
2020-12-04Add change-prompt actionJunegunn Choi
2020-11-24Fix handling of arrow keys with alt and/or shift modifierJunegunn Choi
2020-11-09Add --padding optionJunegunn Choi
2020-10-29Fix nil error on --color=bwJunegunn Choi
2020-10-26Add more --border optionsJunegunn Choi
2020-10-25Add support for text styling using --colorJunegunn Choi
2020-10-11Add --preview-window=default for resetting the optionsJunegunn Choi
2020-10-09Add nowrap, nocycle, nohidden for --preview-windowJunegunn Choi
2020-10-09Reset preview window flags that are not style-relatedJunegunn Choi
2020-10-06Fix preview window size calculationJunegunn Choi
2020-10-06Allow splitting preview-window optionsJunegunn 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-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-21Disallow preview-window size of zeroJunegunn Choi
2020-07-27Allow negative field index in preview-window scroll offsetJunegunn Choi
2020-07-27Add preview window option for setting the initial scroll offsetJunegunn 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-03-11Add --keep-right option to keep the right end of the line visibleJunegunn Choi
2020-03-10Make height option work under Windows (#1341)Michael Kelley
2020-03-05Add more --border options; default changed to "rounded"Junegunn Choi