mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-24 16:15:38 +03:00
parent
cd613da050
commit
86025f88c4
@ -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\\");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user