diff options
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 |