diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-07-22 23:15:10 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-07-22 23:24:23 +0900 |
| commit | 7941129cc406a07da2b748f41c19b040224585e4 (patch) | |
| tree | b540410de72d1bf57fb88c1080be28e0d954702a /src/options.go | |
| parent | 069d71a8401530028e2ea407904462ef8c435d88 (diff) | |
| download | fzf-7941129cc406a07da2b748f41c19b040224585e4.tar.gz | |
Add 'click-footer' event
Diffstat (limited to 'src/options.go')
| -rw-r--r-- | src/options.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.go b/src/options.go index 6cc13c46..3de1eefa 100644 --- a/src/options.go +++ b/src/options.go @@ -1008,6 +1008,8 @@ func parseKeyChordsImpl(str string, message string) (map[tui.Event]string, error add(tui.JumpCancel) case "click-header": add(tui.ClickHeader) + case "click-footer": + add(tui.ClickFooter) case "multi": add(tui.Multi) case "alt-enter", "alt-return": |
