[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master bd35ced042: ; * src/nsterm.m (ns_draw_window_cursor): Fix last ch
From: |
Po Lu |
Subject: |
master bd35ced042: ; * src/nsterm.m (ns_draw_window_cursor): Fix last change. |
Date: |
Fri, 15 Jul 2022 10:05:41 -0400 (EDT) |
branch: master
commit bd35ced042aaf23b1d5835204f250f42ca018c02
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>
; * 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 2372ea8ae0..582bc9f6a2 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)];
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master bd35ced042: ; * src/nsterm.m (ns_draw_window_cursor): Fix last change.,
Po Lu <=