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