diff options
| author | Karl Heuer | 1994-11-01 00:26:36 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-11-01 00:26:36 +0000 |
| commit | b30ec46658ca7c752dc35881635b5f2cb7caf12a (patch) | |
| tree | 4108a49bd5f4bed1d849e9c6d77a931e99790373 /src | |
| parent | 77b686467ca3f515fa432e4cec17a2eb3587371e (diff) | |
| download | emacs-b30ec46658ca7c752dc35881635b5f2cb7caf12a.tar.gz emacs-b30ec46658ca7c752dc35881635b5f2cb7caf12a.zip | |
(XTclear_end_of_line): Finish the line dance here too, just as was done in
XTwrite_glyphs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
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 |