mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
term: reset: kill blink timer
This commit is contained in:
parent
1f650a7fdf
commit
2cac832ef3
1 changed files with 1 additions and 0 deletions
|
|
@ -1468,6 +1468,7 @@ term_reset(struct terminal *term, bool hard)
|
|||
|
||||
term->flash.active = false;
|
||||
term->blink.state = BLINK_ON;
|
||||
fdm_del(term->fdm, term->blink.fd); term->blink.fd = -1;
|
||||
term->colors.fg = term->colors.default_fg;
|
||||
term->colors.bg = term->colors.default_bg;
|
||||
for (size_t i = 0; i < 256; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue