Fix force redraw handling

Fixes #3559
This commit is contained in:
Maxime Coste 2020-06-25 21:19:27 +10:00
parent cd613da050
commit 86025f88c4

View File

@ -228,6 +228,9 @@ void TerminalUI::Screen::output(bool force)
if (lines.empty())
return;
if (force)
hashes.clear();
// iTerm2 "begin synchronised update" sequence
printf("\033P=1s\033\\");