summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-06-11Add --info=rightJunegunn Choi
2023-06-10Add --info=inline-rightJunegunn Choi
2023-06-10Fix background color of spinner on the preview windowJunegunn Choi
2023-06-10Add new border style: 'thinblock' (#3327)Mike
2023-05-27Update test caseJunegunn Choi
2023-05-27Fix bug where preview is not updated after reload when --disabled is setJunegunn Choi
2023-05-27Remove dead codeJunegunn Choi
2023-05-21Add key combinations for ctrl-delete and shift-delete (#3284)Syphdias
2023-05-21Make sure 'become' process is given a proper tty deviceJunegunn Choi
2023-05-20Update tcell renderer to support block borderJunegunn Choi
2023-05-17Allow unbind(focus)Junegunn Choi
2023-05-17Fix panic when trying to render preview window of a negative heightJunegunn Choi
2023-05-16Allow customizing scrollbar of the preview window via --scrollbar=xyJunegunn Choi
2023-05-16Add new border style: 'block'Junegunn Choi
2023-05-16Allow customizing the color of preview scrollbar via 'preview-scrollbar'Junegunn Choi
2023-05-05Fix the behavior of change-preview-window action (#3280)Junegunn Choi
2023-05-01Fix the background color of the scrollbar inside the preview windowJunegunn Choi
2023-05-01Fix caching when reload and query change triggered by the same bindingJunegunn Choi
2023-05-010.40.00.40.0Junegunn Choi
2023-04-30Do not display trailing carriage returns in the preview windowJunegunn Choi
2023-04-30Fix search not triggered when query change and reload happen at the same timeJunegunn Choi
2023-04-26Add 'zero' eventJunegunn Choi
2023-04-22Add 'track' actionJunegunn Choi
2023-04-22Add change-header and transform-headerJunegunn Choi
2023-04-22Add toggle-track actionJunegunn Choi
2023-04-22Fixed --track when used with --tacJunegunn Choi
2023-04-12Disallow using --track with --tacJunegunn Choi
2023-04-02Fix a bug of height range with -1 or -0 (#3226)tyama711
2023-04-01Add 'one' eventJunegunn Choi
2023-04-01Add --track option to track the current selectionJunegunn Choi
2023-03-26Respect 'regular' attribute in 'bw' base themeJunegunn Choi
2023-03-25Render CR and LF as ␍ and ␊Junegunn Choi
2023-03-19Omit port number in `--listen` for automatic port assignmentJunegunn Choi
2023-03-17Fix extra new line in the preview windowJunegunn Choi
2023-02-23Add spell check workflow (#3183)Zhizhen He
2023-02-19Make sure that the query before the cursor is not hiddenJunegunn Choi
2023-02-15become: Set stdin to /dev/ttyJunegunn Choi
2023-02-12Run 'become' only when the command template is properly evaluatedJunegunn Choi
2023-02-11Add become(...) action that replaces current fzf processJunegunn Choi
2023-02-01Code cleanupJunegunn Choi
2023-01-31Add 'show-preview' and 'hide-preview'Junegunn Choi
2023-01-30toggle-preview should not show empty preview windowJunegunn Choi
2023-01-30`--preview-window 0,hidden` should not execute the preview commandJunegunn Choi
2023-01-24Sanitize input strings that should be a single lineJunegunn Choi
2023-01-24Support custom separator of inline infoJunegunn Choi
2023-01-24No need to touch mouse flag if it's already falseJunegunn Choi
2023-01-24Temporarily disable mouse mode when switching to an external commandJunegunn Choi
2023-01-24Reenable mouse mode when coming back from an external programJunegunn Choi
2023-01-23Make test case pass on 32-bit platformsJunegunn Choi
2023-01-23Add 'focus' eventJunegunn Choi