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 65138279126..056514d7096 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -5094,7 +5094,7 @@ x_draw_glyphs (w, x, row, area, start, end, hl, real_start, real_end,
5094 } 5094 }
5095 5095
5096 x += FRAME_INTERNAL_BORDER_WIDTH (f); 5096 x += FRAME_INTERNAL_BORDER_WIDTH (f);
5097 last_x -= FRAME_INTERNAL_BORDER_WIDTH (f); 5097 last_x += FRAME_INTERNAL_BORDER_WIDTH (f);
5098 } 5098 }
5099 else 5099 else
5100 { 5100 {