summaryrefslogtreecommitdiffstats
path: root/src/terminal.go
AgeCommit message (Expand)Author
6 daysAdd click-header event for reporting clicks within header (#3768)HEADmasterKuremu
6 daysReduce flicking when changing the size of the preview window with --borderJunegunn Choi
7 daysRemove unnecessary flicking when changing the size of the preview windowJunegunn Choi
7 daysClear characters on 1-column margin after the preview window on the leftJunegunn Choi
9 daysFix --info inline-right not properly clearing the previous outputJunegunn Choi
2024-04-27Add $FZF_POS environment variableJunegunn Choi
2024-04-27Add --with-shell for shelling out with different command and flags (#3746)Junegunn Choi
2024-04-27Add 'change-multi' actionJunegunn Choi
2024-04-20Remove invalid 'result' event when using --sync optionJunegunn Choi
2024-04-13Export $FZF_KEY environment variable to child processesJunegunn Choi
2024-04-10Add jump and jump-cancel eventsJunegunn Choi
2024-04-04Do not hide separator by default on --info=inline-right|hiddenJunegunn Choi
2024-03-29Add environment variables: FZF_{BORDER,PREVIEW}_LABEL (#3693)Matthieu Cneude
2024-03-28Add track-current, untrack-current, and toggle-track-current (#3699)Junegunn Choi
2024-03-21Increase the buffer size for POST requestsJunegunn Choi
2024-03-17Fix panic caused by invalid cursor indexJunegunn Choi
2024-03-14Limit the maximum number of focus events to process at onceJunegunn Choi
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