mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-04 14:38:16 +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 => {
|
Event::Wakeup => {
|
||||||
if !cx.is_self_focused() {
|
if !cx.is_self_focused() {
|
||||||
this.has_new_content = true;
|
this.has_new_content = true;
|
||||||
cx.notify();
|
|
||||||
}
|
}
|
||||||
|
cx.notify();
|
||||||
cx.emit(Event::Wakeup);
|
cx.emit(Event::Wakeup);
|
||||||
}
|
}
|
||||||
Event::Bell => {
|
Event::Bell => {
|
||||||
|
Loading…
Reference in New Issue
Block a user