From 777bddaa28b03d839fce31c7d30d587bbb7ca4dd Mon Sep 17 00:00:00 2001 From: ngavinsir Date: Tue, 3 Mar 2026 14:32:16 +0700 Subject: [PATCH] update cursor blink zero time --- kitty/child-monitor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/child-monitor.c b/kitty/child-monitor.c index 19f1ccc88..0a6daae9b 100644 --- a/kitty/child-monitor.c +++ b/kitty/child-monitor.c @@ -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;