summaryrefslogtreecommitdiff
path: root/src/tui/dummy.go
AgeCommit message (Expand)Author
2025-10-09Revise color configurationJunegunn Choi
2025-06-25Support full-line background color in the list sectionJunegunn Choi
2025-05-30Fix ANSI attributes lost when 'regular' attribute is set to fg or nthJunegunn Choi
2025-02-01Add {show,hide,toggle}-input and expose $FZF_INPUT_STATEJunegunn Choi
2025-01-30Add --no-input to hide the input section (#4210)Junegunn Choi
2025-01-25Add 'bell' action to ring the terminal bellJunegunn Choi
2025-01-20Make 'current-fg' inherit from 'fg' to simplify configurationJunegunn Choi
2025-01-16Allow displaying --nth parts in a different text styleJunegunn Choi
2024-12-31Add --list-border for additional border around the list sectionJunegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2024-01-24Fix Windows buildJunegunn Choi
2023-11-10Revert "Sixel and Kitty image support on Windows binary (#2544)"Junegunn Choi
2023-11-03Sixel and Kitty image support on Windows binary (#2544)Junegunn Choi
2023-11-02sixel: Export $FZF_PREVIEW_TOP to the preview command (#2544)Junegunn Choi
2023-10-26(Experimental) Improve Sixel graphics support (#2544)Junegunn Choi
2023-10-23Experimental Sixel support (#2544)Junegunn Choi
2023-10-07Experimental support for Kitty image protocol in preview windowJunegunn Choi
2023-01-16Better support for Windows terminalsJunegunn Choi
2022-09-28Implement height range (--height ~[VALUE][%])Junegunn Choi
2022-08-26Add support for ANSI strike-through (#2932)Emil Vanherp
2022-03-29Modernize build tagsJunegunn Choi
2020-11-25Support ANSI code for clearing the rest of the line (ESC[0K)Junegunn 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-25Add support for text styling using --colorJunegunn Choi
2020-10-18Implement streaming preview window (#2215)Junegunn Choi
2020-05-18Do not disable mouse after execute(-silent) when --height option is usedJunegunn Choi
2019-12-12Add preview-fg and preview-bg for --colorJunegunn Choi
2017-09-09Clean up renderer codeJunegunn Choi
2017-04-28Support CTRL-Z (SIGSTOP)Junegunn Choi
2017-02-04Add --border option to draw horizontal lines above and below the finderJunegunn Choi
2017-01-22Drop ncurses dependencyJunegunn Choi