From b30ec46658ca7c752dc35881635b5f2cb7caf12a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 1 Nov 1994 00:26:36 +0000 Subject: [PATCH] (XTclear_end_of_line): Finish the line dance here too, just as was done in XTwrite_glyphs. --- src/xterm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xterm.c b/src/xterm.c index 5f560b239f..4ee9fdd3e3 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -782,6 +782,8 @@ XTclear_end_of_line (first_unused) BLOCK_INPUT; + do_line_dance (); + /* Notice if the cursor will be cleared by this operation. */ if (curs_y == f->phys_cursor_y && curs_x <= f->phys_cursor_x -- GitLab