mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 23:03:43 +03:00
Redraw the terminal on every wakeup
co-authored-by: max <max@zed.dev>
This commit is contained in:
parent
d8ce333cf8
commit
40c6baf7cb
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user