mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-04 07:15:29 -04:00
blink: implement 'blink'
This commit is contained in:
parent
07aad4a534
commit
e21ab8cf33
3 changed files with 79 additions and 1 deletions
|
|
@ -246,6 +246,10 @@ struct terminal {
|
|||
bool flash_active;
|
||||
int flash_timer_fd;
|
||||
|
||||
bool is_blinking;
|
||||
enum { BLINK_ON, BLINK_OFF } blink_mode;
|
||||
int blink_timer_fd;
|
||||
|
||||
struct vt vt;
|
||||
struct kbd kbd;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue