Skip to content

Commit

Permalink
Merge branch 'cursor-trail-fix' of https://github.com/coffe789/kitty
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Dec 24, 2024
2 parents 5994a0b + d46f766 commit bdbc00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitty/cursor_trail.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ update_cursor_trail_needs_render(CursorTrail *ct, Window *w) {
bool
update_cursor_trail(CursorTrail *ct, Window *w, monotonic_t now, OSWindow *os_window) {

if (!WD.screen->paused_rendering.expires_at && OPT(cursor_trail) < now - WD.screen->cursor->position_changed_by_client_at) {
if (!WD.screen->paused_rendering.expires_at && OPT(cursor_trail)) {
update_cursor_trail_target(ct, w);
}

Expand Down

0 comments on commit bdbc00d

Please sign in to comment.