1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/otherbackends
Simon Tatham 64f192093a Telnet: remove tabs from Event Log entries.
While re-testing the other backends, I noticed that they work really
badly in the GTK event log, which apparently interprets tabs as
meaning 'next table column', and assumes that any line not containing
a tab must be entirely in the leftmost column. So all the Telnet
negotiations are miles off to the right, beyond the longest other line
in the entire log.

Replaced with a bit more verbiage.
2021-09-13 13:13:07 +01:00
..
CMakeLists.txt Move other backends into a subdirectory. 2021-04-22 18:24:15 +01:00
raw.c Non-SSH network backends: handle PLUGLOG_CONNECT_SUCCESS. 2021-09-13 12:06:45 +01:00
rlogin.c Non-SSH network backends: handle PLUGLOG_CONNECT_SUCCESS. 2021-09-13 12:06:45 +01:00
supdup.c Non-SSH network backends: handle PLUGLOG_CONNECT_SUCCESS. 2021-09-13 12:06:45 +01:00
telnet.c Telnet: remove tabs from Event Log entries. 2021-09-13 13:13:07 +01:00
testback.c testback.c: remove emacs magic comment. 2021-09-12 15:10:35 +01:00