summaryrefslogtreecommitdiff
path: root/src/tui/tcell.go
AgeCommit message (Expand)Author
2025-10-09Revise color configurationJunegunn Choi
2025-09-14Fix CTRL-Z for tcell renderer by using the official APIJunegunn Choi
2025-09-05Add keybindings for CTRL, ALT, SHIFT + UP, DOWN, RIGHT, LEFT, HOME, END, BACK...Massimo Mund
2025-06-280.63.0Junegunn Choi
2025-06-10Add footerJunegunn Choi
2025-03-22Suppress 'change' event during bracketed paste modeJunegunn 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-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-08-14Support hyperlinks (OSC 8) in the main windowJunegunn Choi
2024-08-14Add support for hyperlinks in preview windowJunegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2024-05-05Fix rendering of preview window border of tcell rendererJunegunn Choi
2024-04-13Fix tcell buildJunegunn Choi
2024-03-09Fix preview area not being cleared when using certain types of border stylesJunegunn Choi
2024-02-01Fix tests for tcell buildJunegunn 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-120.44.0Junegunn 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-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-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-20Update tcell renderer to support block borderJunegunn Choi
2023-03-25Render CR and LF as ␍ and ␊Junegunn Choi
2023-01-22Add 'transform-border-label' and 'transform-preview-label'Junegunn Choi
2023-01-16Fix rendering of double-column bordersJunegunn Choi
2023-01-16Better support for Windows terminalsJunegunn Choi
2023-01-04Fix preview border on tcell rendererJunegunn Choi
2023-01-03Clicks with different x coordinates shouldn't be seen as a double-clickJunegunn Choi
2022-11-06Add --border=[bold|double] and --preview-window=border-[bold|double]Junegunn Choi
2022-11-06Fix --border-label and --preview-label on tcell rendererJunegunn Choi
2022-09-28Implement height range (--height ~[VALUE][%])Junegunn Choi
2022-09-26Fix tcell rendererJunegunn Choi