mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-24 09:05:48 -04:00
term: remove unneeded blink.active field
We now use the timer FD instead; if it is -1, blinking is not active.
This commit is contained in:
parent
ac55e4067a
commit
1f650a7fdf
2 changed files with 0 additions and 4 deletions
|
|
@ -291,7 +291,6 @@ struct terminal {
|
|||
} flash;
|
||||
|
||||
struct {
|
||||
bool active;
|
||||
enum { BLINK_ON, BLINK_OFF } state;
|
||||
int fd;
|
||||
} blink;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue