aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-11-01 00:26:36 +0000
committerKarl Heuer1994-11-01 00:26:36 +0000
commitb30ec46658ca7c752dc35881635b5f2cb7caf12a (patch)
tree4108a49bd5f4bed1d849e9c6d77a931e99790373
parent77b686467ca3f515fa432e4cec17a2eb3587371e (diff)
downloademacs-b30ec46658ca7c752dc35881635b5f2cb7caf12a.tar.gz
emacs-b30ec46658ca7c752dc35881635b5f2cb7caf12a.zip
(XTclear_end_of_line): Finish the line dance here too, just as was done in
XTwrite_glyphs.
-rw-r--r--src/xterm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 5f560b239fe..4ee9fdd3e32 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -782,6 +782,8 @@ XTclear_end_of_line (first_unused)
782 782
783 BLOCK_INPUT; 783 BLOCK_INPUT;
784 784
785 do_line_dance ();
786
785 /* Notice if the cursor will be cleared by this operation. */ 787 /* Notice if the cursor will be cleared by this operation. */
786 if (curs_y == f->phys_cursor_y 788 if (curs_y == f->phys_cursor_y
787 && curs_x <= f->phys_cursor_x 789 && curs_x <= f->phys_cursor_x