summaryrefslogtreecommitdiff
path: root/src/tui/light.go
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-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-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-20Make 'current-fg' inherit from 'fg' to simplify configurationJunegunn 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-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-05-23execute: Open separate handles to /dev/tty (in, out, err)Junegunn Choi
2024-05-18chore: use strings.ReplaceAll (#3801)Zhizhen He
2024-05-14Render UI directly to /dev/ttyJunegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2024-05-05Reduce flicking when changing the size of the preview window with --borderJunegunn Choi
2024-04-13Export $FZF_KEY environment variable to child processesJunegunn Choi
2024-04-09Disable line wrapping during renderingJunegunn Choi
2024-03-09Fix preview area not being cleared when using certain types of border stylesJunegunn Choi
2024-01-27junegunn/uniseg -> rivo/unisegJunegunn Choi
2024-01-24Fix Windows buildJunegunn Choi
2024-01-21Change mattn/go-runewidth dependency to rivo/uniseg for accurate resultsJunegunn Choi
2024-01-14Remove 'replace' directive for 'go install' compatibilityJunegunn Choi
2023-11-12Fix Home, End on rxvt-unicode (#3507)Tomáš Janoušek
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-02Fix regression where tcell renderer not clearing the preview windowJunegunn Choi
2023-11-02sixel: Export $FZF_PREVIEW_TOP to the preview command (#2544)Junegunn Choi
2023-11-02sixel: Better handling of animated GIFs (#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-06-10Add new border style: 'thinblock' (#3327)Mike
2023-05-21Add key combinations for ctrl-delete and shift-delete (#3284)Syphdias
2023-05-16Add new border style: 'block'Junegunn Choi
2023-03-25Render CR and LF as ␍ and ␊Junegunn 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-22Add 'transform-border-label' and 'transform-preview-label'Junegunn Choi