term: don't re-render last cursor cell if cursor was hidden

This commit is contained in:
Daniel Eklöf 2020-07-15 08:21:41 +02:00
parent 6b0b3ddccc
commit 970a42a6dd
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 3 additions and 1 deletions

View file

@ -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 */