1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

logging: allow &H to expand to serial line.

For serial connections, &H generally expanded to the empty string.
This seems more useful.
(It so happens that &H _could_ expand to the serial line if it came from
the command-line, but that's accidental.)
This commit is contained in:
Jacob Nevins
2023-07-16 16:03:24 +01:00
parent 209cf8013b
commit c406d8efe5
2 changed files with 3 additions and 2 deletions

View File

@ -214,7 +214,8 @@ digits.
\b \c{&T} will be replaced by the current time, as six digits
(HHMMSS) with no punctuation.
\b \c{&H} will be replaced by the host name you are connecting to.
\b \c{&H} will be replaced by the host name you are connecting to
(or the serial line, for a serial connection).
\b \c{&P} will be replaced by the port number you are connecting to on
the target host.