Remove excess redraw in event loop

memfd
Manos Pitsidianakis 6 years ago
parent 14d65838b7
commit 0c018dd544
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

@ -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…
Cancel
Save