From bd35ced042aaf23b1d5835204f250f42ca018c02 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Fri, 15 Jul 2022 22:04:52 +0800 Subject: [PATCH] ; * src/nsterm.m (ns_draw_window_cursor): Fix last change. --- src/nsterm.m | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nsterm.m b/src/nsterm.m index 2372ea8ae06..582bc9f6a2d 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -3115,6 +3115,7 @@ ns_draw_window_cursor (struct window *w, struct glyph_row *glyph_row, ns_unfocus (f); draw_phys_cursor_glyph (w, glyph_row, DRAW_NORMAL_TEXT); ns_focus (f, &r, 1); + [FRAME_CURSOR_COLOR (f) set]; /* This works like it does in PostScript, not X Windows. */ [NSBezierPath strokeRect: NSInsetRect (r, 0.5, 0.5)]; -- 2.39.2