summaryrefslogtreecommitdiffstats
path: root/src/options.go
AgeCommit message (Expand)Author
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
2020-02-28Add backward-delete-char/eof action (#1891)James Wright
2020-02-24Add 'insert' key for --bindJunegunn Choi
2020-02-17Make pointer and multi-select marker customizable (#1844)Hiroki Konishi
2020-02-16Fix bug of validation of jump-labels (#1875)Hiroki Konishi
2019-12-12Add preview-fg and preview-bg for --colorJunegunn Choi
2019-12-07Add clear-query and clear-selectionJunegunn Choi
2019-11-21Allow action composition over multiple --bindJunegunn Choi
2019-11-21Fix parse error of --bind expressionJunegunn Choi