update cursor blink zero time
This commit is contained in:
parent
0f476efbd1
commit
777bddaa28
1 changed files with 1 additions and 0 deletions
|
|
@ -778,6 +778,7 @@ prepare_to_render_os_window(OSWindow *os_window, monotonic_t now, unsigned int *
|
|||
}
|
||||
tab->cursor_trail.needs_render = true;
|
||||
tab->cursor_trail.updated_at = now;
|
||||
os_window->cursor_blink_zero_time = now;
|
||||
}
|
||||
if (update_cursor_trail(&tab->cursor_trail, w, now, os_window)) {
|
||||
needs_render = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue