mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-08 08:20:59 -04:00
Revert "render: last_buf may point to a free:d buffer"
This reverts commit 4d3251a93b.
This commit is contained in:
parent
c6c75298f3
commit
bf9aff056a
2 changed files with 9 additions and 23 deletions
|
|
@ -276,11 +276,7 @@ struct terminal {
|
|||
struct cell *cell; /* For easy access to content */
|
||||
} last_cursor;
|
||||
|
||||
struct {
|
||||
struct buffer *buf; /* Buffer we rendered to last time */
|
||||
int width;
|
||||
int height;
|
||||
} last_shm;
|
||||
struct buffer *last_buf; /* Buffer we rendered to last time */
|
||||
bool was_flashing; /* Flash was active last time we rendered */
|
||||
bool was_searching;
|
||||
} render;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue