Graphics protocol: Fix suppression of responses not working for chunked transmission

Now the starting escape codes q value is used unless the last escape
code specifies a non-zero q value of its own. Fixes #3375
This commit is contained in:
Kovid Goyal
2021-03-10 09:58:49 +05:30
parent eb42edff09
commit 9fdaef1da6
4 changed files with 38 additions and 6 deletions

View File

@@ -83,6 +83,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- hints kitten: When using the linenumber action with a background action,
preserve the working directory (:iss:`3352`)
- Graphics protocol: Fix suppression of responses not working for chunked
transmission (:iss:`3375`)
0.19.3 [2020-12-19]
-------------------