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

Fix comment about LE_EOF_ALWAYS.

(The backslash-continuation inside the block comment may not
technically be necessary, but I think should be harmless.)
This commit is contained in:
Jacob Nevins 2024-11-24 12:37:31 +00:00
parent 725870d97e
commit b5fe588bac

View File

@ -595,8 +595,8 @@ void lineedit_send_line(TermLineEditor *le);
X(LE_INTERRUPT) /* pass SS_IP back to client on ^C */ \
X(LE_SUSPEND) /* pass SS_SUSP back to client on ^Z */ \
X(LE_ABORT) /* pass SS_ABORT back to client on ^\ */ \
X(LE_EOF_ALWAYS) /* pass SS_EOF to client on *any* ^Z
* (X(not)just if the line buffer is empty) */ \
X(LE_EOF_ALWAYS) /* pass SS_EOF to client on *any* ^D \
* (not just if the line buffer is empty) */ \
X(LE_ESC_ERASES) /* make ESC erase the line, as well as ^U */ \
X(LE_CRLF_NEWLINE) /* interpret manual ^M^J the same as Return */ \
/* end of list */