summaryrefslogtreecommitdiffstats
path: root/src/app/app.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.rs')
-rw-r--r--src/app/app.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/app.rs b/src/app/app.rs
index 2e8f0c7..1ef8c95 100644
--- a/src/app/app.rs
+++ b/src/app/app.rs
@@ -401,6 +401,8 @@ impl App {
self.display_panels(w, screen, &skin, con)?;
w.flush()?;
if self.do_pending_tasks(screen, con, &mut dam)? {
+ let other_path = self.get_other_panel_path();
+ self.mut_panel().refresh_input_status(&other_path, con);
self.display_panels(w, screen, &skin, con)?;
w.flush()?;
}