mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-10 07:38:06 -05:00
Small terminal fix from RDB: CSI 1 K should erase the cursor
position itself, as well as everything to the left of it. [originally from svn r1132]
This commit is contained in:
parent
079b6bc6f6
commit
df6c9ab083
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user