1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-08 08:58:00 +00:00
putty-source/otherbackends
Simon Tatham 897ecf4678 SUPDUP: make the TDCRL command clear to end of line.
A user reported shortly after 0.82 was released that they were
experiencing display corruption when connecting to a PDP-10 running
ITS using PuTTY's SUPDUP backend, and that the nature of the
corruption was consistent with a missing clear-to-EOL operation.

Without the SUPDUP or ITS expertise to debug it ourselves, we are
indebted to Scott Michel for identifying where, and providing a patch.

(However, now that the patch is presented, it's obvious even to me
that a line should be cleared here! The comment in PuTTY's own code
mentions clearing the line that the cursor has moved on to, and the
same text appears in RFC 734.)
2024-12-12 08:57:27 +00:00
..
CMakeLists.txt Move other backends into a subdirectory. 2021-04-22 18:24:15 +01:00
raw.c Pass the calling Socket to plug_log. 2024-06-29 12:00:12 +01:00
rlogin.c Pass the calling Socket to plug_log. 2024-06-29 12:00:12 +01:00
supdup.c SUPDUP: make the TDCRL command clear to end of line. 2024-12-12 08:57:27 +00:00
telnet.c Pass the calling Socket to plug_log. 2024-06-29 12:00:12 +01:00
testback.c Resurrect the test backends. 2022-04-02 16:13:27 +01:00