From 0c018dd544058abccd2b07d780bc5974228b33a0 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Wed, 8 Aug 2018 19:58:24 +0300 Subject: [PATCH] Remove excess redraw in event loop --- src/bin.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin.rs b/src/bin.rs index 628ff06e..ccbca506 100644 --- a/src/bin.rs +++ b/src/bin.rs @@ -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 => {