Fix a bug in the implementation of the synchronized updates escape code that could cause incorrect parsing if either the pending buffer capacity or the pending timeout were exceeded

Fixes #3779
This commit is contained in:
Kovid Goyal
2021-07-01 15:32:53 +05:30
parent fe991ee767
commit 026d200add
4 changed files with 57 additions and 9 deletions

View File

@@ -4,6 +4,13 @@ Changelog
|kitty| is a feature-rich, cross-platform, *fast*, GPU based terminal.
To update |kitty|, :doc:`follow the instructions <binary>`.
0.21.3 [future]
----------------------
- Fix a bug in the implementation of the synchronized updates escape code that
could cause incorrect parsing if either the pending buffer capacity or the
pending timeout were exceeded (:iss:`3779`)
0.21.2 [2021-06-28]
----------------------