mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Do the same for refresh screen
This commit is contained in:
parent
715d5b2a65
commit
f25f6e288c
|
|
@ -656,7 +656,7 @@ func doDeleteBackwardChar(ctx context.Context, state *Peco, e termbox.Event) {
|
|||
}
|
||||
|
||||
func doRefreshScreen(ctx context.Context, state *Peco, _ termbox.Event) {
|
||||
state.ExecQuery()
|
||||
state.Hub().SendDraw(&DrawOptions{DisableCache: true})
|
||||
}
|
||||
|
||||
func doToggleQuery(ctx context.Context, state *Peco, _ termbox.Event) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue