diff --git a/terminal.c b/terminal.c index d84f57ee..b01ef80d 100644 --- a/terminal.c +++ b/terminal.c @@ -735,6 +735,7 @@ static void erase_lots(int line_only, int from_begin, int to_end) } if (!to_end) { end = curs; + incpos(end); } check_selection(start, end);