mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
repaint when switching between mux'd tabs
This commit is contained in:
parent
26cdb6c87f
commit
da02bf0ba7
@ -383,7 +383,9 @@ impl Renderable for RenderableState {
|
||||
.has_changes(*self.local_sequence.borrow())
|
||||
}
|
||||
|
||||
fn make_all_lines_dirty(&mut self) {}
|
||||
fn make_all_lines_dirty(&mut self) {
|
||||
*self.something_changed.lock().unwrap() = true;
|
||||
}
|
||||
|
||||
fn clean_dirty_lines(&mut self) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user