m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-15 23:03:47 -05:00

Add 'resize' event

Close #3570
This commit is contained in:
Junegunn Choi
2024-01-21 15:29:53 +09:00
parent 2fb285e530
commit 687c2741b8
4 changed files with 25 additions and 7 deletions

View File

@@ -654,6 +654,8 @@ func parseKeyChordsImpl(str string, message string, exit func(string)) map[tui.E
add(tui.Focus)
case "result":
add(tui.Result)
case "resize":
add(tui.Resize)
case "one":
add(tui.One)
case "zero":