Skip to content

Commit

Permalink
show 'scanning' message even without key presses.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Mar 29, 2020
1 parent 277824b commit 1f1c0ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interactive/app/eventloop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ impl AppState {
use termion::event::Key::*;
use FocussedPane::*;

self.reset_message();
self.draw(window, traversal, display.clone(), terminal)?;
for key in keys.filter_map(Result::ok) {
self.reset_message();
Expand Down

0 comments on commit 1f1c0ce

Please sign in to comment.