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

Add 'load' event that is triggered when the input stream is complete

and the first search (with or without query) is complete
This commit is contained in:
Junegunn Choi
2022-12-29 20:01:50 +09:00
parent 44b6336372
commit 14775aa975
5 changed files with 40 additions and 4 deletions

View File

@@ -91,6 +91,7 @@ const (
Change
BackwardEOF
Start
Load
AltBS