summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-11-25Support ANSI code for clearing the rest of the line (ESC[0K)Junegunn Choi
2020-11-24Fix handling of arrow keys with alt and/or shift modifierJunegunn Choi
2020-11-24Improve trim function to handle longer stringsJunegunn Choi
2020-11-09Add --padding optionJunegunn Choi
2020-11-09Remove print statement for debuggingJunegunn Choi
2020-11-03Allow preview window height shorter than 3Junegunn Choi
2020-11-03Fix regression where lines are skipped in the preview windowJunegunn Choi
2020-11-03Use default bg color when fg is set to -1 with reverse attributeJunegunn 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-29Fix nil error on --color=bwJunegunn Choi
2020-10-27Fix error when preview command failed to startJunegunn Choi
2020-10-270.24.0-rc10.24.0-rc1Junegunn Choi
2020-10-27[vim] Download latest binary to meet version requirementJunegunn Choi
2020-10-26Add more --border optionsJunegunn Choi
2020-10-25Fix preview window of tcell rendererJunegunn 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-23Do not assume that each character takes at least 1 columnJunegunn 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-110.23.10.23.1Junegunn 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-070.23.00.23.0Junegunn 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-09-29Always allow preview/execute commands with no placeholder expressionsJunegunn Choi
2020-09-24Fix items width limit (#2190)Wenxuan
2020-09-02Add truecolor support for Windows, if available (#2156)Michael Kelley
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-21Disallow preview-window size of zeroJunegunn Choi
2020-08-020.22.00.22.0Junegunn Choi
2020-08-02Ignore punctuation characters before and after preview offset columnJunegunn Choi
2020-07-28Smart match of accented charactersJunegunn Choi
2020-07-28Fix handling of unicode characters in query stringJunegunn 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-07-05Support ANSI colors in --prompt stringJunegunn Choi
2020-07-03Ignore cursor position reportJunegunn Choi
2020-07-03Use rune characters instaed of numbers in codeJunegunn Choi
2020-06-21Merge branch 'master' into develJunegunn Choi