summaryrefslogtreecommitdiffstats
path: root/src/terminal.go
AgeCommit message (Expand)Author
2024-03-08Kill preview process when hiding the preview windowJunegunn Choi
2024-03-08Fix invalid memory access when the preview window becomes hiddenJunegunn Choi
2024-03-05Update error return position according to conventiononee-only
2024-03-02Allow iTerm2 image data that ends with 'ESC \' (#3646)Junegunn Choi
2024-02-19Export FZF_* variables to 'reload' process as wellJunegunn Choi
2024-02-01Avoid full redraw on 'preview' action when preview window existsJunegunn Choi
2024-02-01Retain preview window on resize after 'preview' actionJunegunn Choi
2024-01-27junegunn/uniseg -> rivo/unisegJunegunn Choi
2024-01-24Fix Windows buildJunegunn Choi
2024-01-21Add 'resize' eventJunegunn Choi
2024-01-21Change mattn/go-runewidth dependency to rivo/uniseg for accurate resultsJunegunn Choi
2024-01-16Expose state information via environment variables to child processesJunegunn Choi
2024-01-14Remove 'replace' directive for 'go install' compatibilityJunegunn Choi
2024-01-07Add 'result' event that is triggered when the result list is readyJunegunn Choi
2024-01-07Fix focus event not triggered in certain casesJunegunn Choi
2023-12-31Enable preview if 'transform' action is bound to a keyJunegunn Choi
2023-12-31Add actions: show-header and hide-headerJunegunn Choi
2023-12-31Trigger focus actions synchronouslyJunegunn Choi
2023-12-28Add {fzf:prompt} placeholder expressionJunegunn Choi
2023-12-26{fzf:query} should trigger preview updateJunegunn Choi
2023-12-26Change transform action to directly execute actionsJunegunn Choi
2023-12-26Add 'transform' action to conditionally perform a series of actionsJunegunn Choi
2023-12-21Add support for negative --heightJunegunn Choi
2023-12-10Add accept-or-print-queryJunegunn Choi
2023-11-30Increase buffer size of event channel to avoid freeze on zero eventJunegunn Choi
2023-11-17Fix crash when preview window is hidden on focus eventJunegunn Choi
2023-11-12Reset horizontal offset of the prompt on 'beginning-of-line'Junegunn Choi
2023-11-10Revert "Sixel and Kitty image support on Windows binary (#2544)"Junegunn Choi
2023-11-07(Experimental) Add support for iTerm2 inline image protocolJunegunn Choi
2023-11-05Add --listen-unsafe=ADDR to allow remote process execution (#3498)Junegunn Choi
2023-11-04Allow accepting remote connectionsJunegunn 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-31Restore scroll after rendering full-height Sixel image (#2544)Junegunn Choi
2023-10-29Fix Sixel height calculation (#2544)Junegunn Choi
2023-10-27Fix Sixel issues (#2544)Junegunn Choi
2023-10-26Clear previous non-Sixel text before rendering Sixel image (#2544)Junegunn Choi
2023-10-26Remove $FZF_PREVIEW_PIXEL_{WIDTH,HEIGHT} (#2544)Junegunn Choi
2023-10-26(Experimental) Improve Sixel graphics support (#2544)Junegunn Choi
2023-10-23Experimental Sixel support (#2544)Junegunn Choi
2023-10-21Fix bug where top section of the previous preview content appearingJunegunn Choi
2023-10-20Fix scrollability of the preview window when preview offset is specifiedJunegunn Choi
2023-10-20Fix inconsistent preview window width with --borderJunegunn Choi
2023-10-12Fix offset-up and offset-down with --layout=reverse (#3456)Junegunn Choi
2023-10-11Add offset-up and offset-downJunegunn Choi
2023-10-11Add mouse events for --bindJunegunn Choi
2023-10-07Experimental support for Kitty image protocol in preview windowJunegunn Choi
2023-09-18Add support for limit and offset parameters for GET / endpointJunegunn Choi