mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-29 07:58:01 -04:00
term: don't re-render last cursor cell if cursor was hidden
This commit is contained in:
parent
6b0b3ddccc
commit
970a42a6dd
2 changed files with 3 additions and 1 deletions
|
|
@ -381,6 +381,7 @@ struct terminal {
|
|||
struct {
|
||||
struct row *row;
|
||||
int col;
|
||||
bool hidden;
|
||||
} last_cursor;
|
||||
|
||||
struct buffer *last_buf; /* Buffer we rendered to last time */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue