osc: dirty grids on *all* color modifying sequences

We only updated the grid for OSC 4 - Set color <idx>. But we did *not*
do it for 104 (reset color <idx>), 10 - set default foreground, 11 -
set default background, 110 - reset default foreground, or 111 - reset
default background.
This commit is contained in:
Daniel Eklöf 2020-08-18 07:20:57 +02:00
parent 38ee05b1c7
commit 3e1636c013
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 65 additions and 47 deletions

View file

@ -75,6 +75,8 @@
resized while searching.
* Selection start point not moving when the selection changes
direction.
* OSC 10/11/104/110/111 (modify colors) did not update existing screen
content (https://codeberg.org/dnkl/foot/issues/94).
### Security