Do the same for refresh screen

This commit is contained in:
Daisuke Maki 2016-10-05 13:50:23 +09:00
parent 715d5b2a65
commit f25f6e288c

View file

@ -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) {