aboutsummaryrefslogtreecommitdiff
path: root/src/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.rs')
-rw-r--r--src/event.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/event.rs b/src/event.rs
index c8fb83e9..894777fa 100644
--- a/src/event.rs
+++ b/src/event.rs
@@ -330,6 +330,7 @@ impl<N: Notify> Processor<N> {
processor.ctx.terminal.dirty = true;
processor.ctx.terminal.next_is_urgent = Some(false);
} else {
+ processor.ctx.terminal.dirty = true;
*hide_cursor = false;
}