summaryrefslogtreecommitdiff
path: root/src/tui
AgeCommit message (Expand)Author
2025-04-06Disable bracketed paste mode on exitJunegunn Choi
2025-03-22Suppress 'change' event during bracketed paste modeJunegunn Choi
2025-03-11Change 'interface{}' to 'any' (#4308)Gabriel Marin
2025-03-03[windows] Prevent fzf from consuming user input while pausedJunegunn Choi
2025-02-16Ignore NULL byte before CSI 6N responseJunegunn Choi
2025-02-11Simplify codeJunegunn Choi
2025-02-11Truncate wrap signs in extremely narrow preview windowJunegunn Choi
2025-02-11Print --wrap-sign in preview windowJunegunn Choi
2025-02-02Fix tcell renderer's pause and resumeJunegunn 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-17chore: fix comment (#4181)piguagua
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-12-02Fix line wrap toggle when switching between screensJunegunn Choi
2024-11-03Fix characters from previous preview not being clearedJunegunn Choi
2024-08-14Support hyperlinks (OSC 8) in the main windowJunegunn Choi
2024-08-14Add support for hyperlinks in preview windowJunegunn Choi
2024-07-01Fill background color in padding areaJunegunn Choi
2024-06-20Code cleanupJunegunn Choi
2024-06-17Improved --sync behaviorJunegunn Choi
2024-06-12Fix invalid mouse offset for --height on WindowsJunegunn Choi
2024-06-02Fix invalid default of selected-hl (--color)Junegunn Choi
2024-06-01Fix --height on WindowsJunegunn Choi
2024-05-24Fix incorrect colors for selected-{fg,bg,hl}Junegunn Choi
2024-05-23execute: Open separate handles to /dev/tty (in, out, err)Junegunn Choi
2024-05-22Add print(...) actionJunegunn Choi
2024-05-18Add --tmux option to replace fzf-tmux scriptJunegunn Choi
2024-05-18chore: use strings.ReplaceAll (#3801)Zhizhen He
2024-05-15Refactor tui.TtyIn()Junegunn Choi
2024-05-15Revert "Close handles to /dev/tty", instead reuse handlesJunegunn Choi
2024-05-14Close handles to /dev/ttyJunegunn Choi
2024-05-14Render UI directly to /dev/ttyJunegunn 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