mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-17 03:26:20 +00:00
Remove excess redraw in event loop
This commit is contained in:
parent
14d65838b7
commit
0c018dd544
@ -128,7 +128,6 @@ fn main() {
|
||||
state.rcv_event(e);
|
||||
}
|
||||
|
||||
state.redraw();
|
||||
/* Poll on all channels. Currently we have the input channel for stdin, watching events and the signal watcher. */
|
||||
chan_select! {
|
||||
receiver.recv() -> r => {
|
||||
|
Loading…
Reference in New Issue
Block a user