aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 7b952e1f45f..c0941b7cbdb 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -7178,7 +7178,7 @@ x_draw_hollow_cursor (w, row)
7178 7178
7179 /* Set clipping, draw the rectangle, and reset clipping again. */ 7179 /* Set clipping, draw the rectangle, and reset clipping again. */
7180 x_clip_to_row (w, row, TEXT_AREA, gc); 7180 x_clip_to_row (w, row, TEXT_AREA, gc);
7181 XDrawRectangle (dpy, FRAME_X_WINDOW (f), gc, x, y, wd, h); 7181 XDrawRectangle (dpy, FRAME_X_WINDOW (f), gc, x, y, wd, h - 1);
7182 XSetClipMask (dpy, gc, None); 7182 XSetClipMask (dpy, gc, None);
7183} 7183}
7184 7184