mirror of
https://github.com/junegunn/fzf
synced 2026-08-08 19:41:43 +00:00
Cancel key reading when 'execute' triggered via a server request (#4653)
Fix #4524 Close #4648
This commit is contained in:
+2
-1
@@ -749,7 +749,8 @@ type Renderer interface {
|
||||
HideCursor()
|
||||
ShowCursor()
|
||||
|
||||
GetChar() Event
|
||||
GetChar(cancellable bool) Event
|
||||
CancelGetChar()
|
||||
|
||||
Top() int
|
||||
MaxX() int
|
||||
|
||||
Reference in New Issue
Block a user