Fix screen not being redrawn after resize
This commit is contained in:
parent
d192561e18
commit
2ecc98cdd0
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ static bool screen_resize(Screen *self, unsigned int lines, unsigned int columns
|
|||
self->tabstops = self->main_tabstops;
|
||||
init_tabstops(self->main_tabstops, self->columns);
|
||||
init_tabstops(self->alt_tabstops, self->columns);
|
||||
tracker_update_screen(self->change_tracker);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue