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 ad2bef9f1f9..94d6d57072d 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -11452,7 +11452,7 @@ static struct redisplay_interface x_redisplay_interface =
11452 x_draw_window_cursor, 11452 x_draw_window_cursor,
11453 x_draw_vertical_window_border, 11453 x_draw_vertical_window_border,
11454 x_draw_window_divider, 11454 x_draw_window_divider,
11455 x_shift_glyphs_for_insert, /* Never called, se comment in function. */ 11455 x_shift_glyphs_for_insert, /* Never called; see comment in function. */
11456 x_show_hourglass, 11456 x_show_hourglass,
11457 x_hide_hourglass 11457 x_hide_hourglass
11458 }; 11458 };