Remove excess redraw in event loop

embed
Manos Pitsidianakis 2018-08-08 19:58:24 +03:00
parent 14d65838b7
commit 0c018dd544
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 0 additions and 1 deletions

View File

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