mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
selection: send primary/clipboard data asynchronously
TODO: try writing synchronously first
This commit is contained in:
parent
a706c1e804
commit
60c3ff8737
2 changed files with 83 additions and 36 deletions
|
|
@ -273,6 +273,7 @@ fdm_blink(struct fdm *fdm, int fd, int events, void *data)
|
|||
LOG_DBG("blink timer expired %llu times",
|
||||
(unsigned long long)expiration_count);
|
||||
|
||||
/* Invert blink state */
|
||||
term->blink.state = term->blink.state == BLINK_ON
|
||||
? BLINK_OFF : BLINK_ON;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue