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

Add 'click-footer' event

This commit is contained in:
Junegunn Choi
2025-07-22 23:15:10 +09:00
parent 069d71a840
commit 7941129cc4
6 changed files with 84 additions and 3 deletions

View File

@@ -132,6 +132,7 @@ const (
Jump
JumpCancel
ClickHeader
ClickFooter
Multi
)