mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-05 01:40:41 -05:00
cursor blink: move reset to pty input
This commit is contained in:
parent
c22ae98729
commit
81840b4e8e
2 changed files with 3 additions and 3 deletions
|
|
@ -149,6 +149,9 @@ fdm_ptmx(struct fdm *fdm, int fd, int events, void *data)
|
|||
|
||||
vt_from_slave(term, buf, count);
|
||||
|
||||
/* Prevent blinking while typing */
|
||||
term_cursor_blink_restart(term);
|
||||
|
||||
/*
|
||||
* We likely need to re-render. But, we don't want to
|
||||
* do it immediately. Often, a single client operation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue