mirror of
https://github.com/junegunn/fzf.git
synced 2026-02-20 16:48:42 +08:00
Cancel key reading when 'execute' triggered via a server request (#4653)
Fix #4524 Close #4648
This commit is contained in:
@@ -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