summaryrefslogtreecommitdiff
path: root/src/tui/tui.go
AgeCommit message (Expand)Author
2025-10-12Fix --bold inheritanceJunegunn Choi
2025-10-12Revert "Make query string in `--disabled` state bold as before"Junegunn Choi
2025-10-11Make query string in `--disabled` state bold as beforeJunegunn Choi
2025-10-09Rename: '--color hidden' to '--color nomatch'Junegunn Choi
2025-10-09Add special 'strip' style attribute for stripping colorsJunegunn Choi
2025-10-09Revise color configurationJunegunn Choi
2025-10-09Introduce 'raw' modeJunegunn Choi
2025-09-17Adjust base16 (16) theme (#4501)Junegunn Choi
2025-09-16Style change: thinner gutter column (#4521)Junegunn Choi
2025-09-05Add keybindings for CTRL, ALT, SHIFT + UP, DOWN, RIGHT, LEFT, HOME, END, BACK...Massimo Mund
2025-07-23Better fix for #4465 - remove unnecessary eraseJunegunn Choi
2025-07-22Add 'click-footer' eventJunegunn Choi
2025-07-22Fix rendering error when hiding a preview window without borderJunegunn Choi
2025-07-06Add 'multi' event triggered on multi-selection changesJunegunn Choi
2025-06-25Support full-line background color in the list sectionJunegunn Choi
2025-06-10Add footerJunegunn Choi
2025-05-28Allow customizing --ghost color via '--color ghost'Junegunn Choi
2025-05-28Fix background color of 'disabled' queryJunegunn Choi
2025-05-04Add 'alt-bg' color for striped lines (#4370)Junegunn Choi
2025-03-22Suppress 'change' event during bracketed paste modeJunegunn Choi
2025-02-11Print --wrap-sign in preview windowJunegunn Choi
2025-02-02FZF_KEY enhancementsJunegunn 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-27Enhance click-header eventJunegunn Choi
2025-01-25Add 'bell' action to ring the terminal bellJunegunn Choi
2025-01-23Add --header-lines-border to separate two headersJunegunn Choi
2025-01-20Make 'current-fg' inherit from 'fg' to simplify configurationJunegunn Choi
2025-01-18Add 'gap-line' color for the horizontal line on each gapJunegunn Choi
2025-01-16Allow displaying --nth parts in a different text styleJunegunn Choi
2025-01-11Make preview-scrollbar color conditionally inherit from scrollbar colorJunegunn Choi
2025-01-06Add preview border style 'line'Junegunn Choi
2025-01-05Border around the header sectionJunegunn Choi
2025-01-02Border around the input section (prompt + info)Junegunn Choi
2024-12-31Add --list-border for additional border around the list sectionJunegunn Choi
2024-12-14Remove unused interfaceJunegunn Choi
2024-12-14Fix redundant clearing of the windows with non-default bg colorJunegunn Choi
2024-12-12RefactorJunegunn Choi
2024-12-12Use Has{Top,Right,Bottom,Left}() where possibleJulian Prein
2024-08-14Add support for hyperlinks in preview windowJunegunn Choi
2024-06-17Improved --sync behaviorJunegunn Choi
2024-06-02Fix invalid default of selected-hl (--color)Junegunn Choi
2024-05-24Fix incorrect colors for selected-{fg,bg,hl}Junegunn Choi
2024-05-18Add --tmux option to replace fzf-tmux scriptJunegunn Choi
2024-05-07Add color names: selected-{fg,bg,hl}Junegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2024-05-05Add click-header event for reporting clicks within header (#3768)Kuremu
2024-05-05Fix rendering of preview window border of tcell rendererJunegunn Choi
2024-04-13Enable profiling options when 'pprof' tag is set (#2813)Charlie Vieth
2024-04-13Export $FZF_KEY environment variable to child processesJunegunn Choi