Redraw the terminal on every wakeup

co-authored-by: max <max@zed.dev>
This commit is contained in:
Mikayla Maki 2023-06-01 10:49:27 -07:00
parent d8ce333cf8
commit 40c6baf7cb
No known key found for this signature in database

View File

@ -133,8 +133,8 @@ impl TerminalView {
Event::Wakeup => {
if !cx.is_self_focused() {
this.has_new_content = true;
cx.notify();
}
cx.notify();
cx.emit(Event::Wakeup);
}
Event::Bell => {