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.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/app.rs b/src/app/app.rs
index f9efa32..64f554d 100644
--- a/src/app/app.rs
+++ b/src/app/app.rs
@@ -206,8 +206,9 @@ impl App {
self.mut_panel().clear_input();
}
if self.remove_state(screen) {
- // should we set the cmd ?
self.mut_state().refresh(screen, con);
+ let other_path = self.get_other_panel_path();
+ self.mut_panel().refresh_input_status(&other_path, con);
} else if ESCAPE_TO_QUIT {
self.quitting = true;
}