mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-06 06:47:17 -04:00
csi: \E[3J: reset render.last_cursor.row if necessary
This fixes a crash that occurred when the last rendered cursor cell had scrolled off screen, and \E[3J (clear scrollback) was executed.
This commit is contained in:
parent
fb001ee7a7
commit
bf57d0c606
2 changed files with 5 additions and 0 deletions
|
|
@ -55,6 +55,8 @@
|
|||
* Glyphs overflowing into surrounding cells
|
||||
(https://codeberg.org/dnkl/foot/issues/21).
|
||||
* Sixel images being erased when printing text next to them.
|
||||
* Crash when last rendered cursor cell had scrolled off screen and
|
||||
`\E[J3` was executed.
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue