1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/terminal
Stefan Tauner b6b95f23e5 Treat SOS and PM terminal escape sequences like APC
SOS (Start of string) and PM (privacy message) are opening delimiters defined
in ECMA-48 similar to APC. With this change they are treated exactly like APC,
i.e., like fake OSC sequences that are ignored and not printed.

Signed-off-by: Stefan Tauner <stefan.tauner@artech.at>
2024-12-22 09:43:33 +00:00
..
bidi_gettype.c Make bidi type enums into list macros. 2021-10-10 14:55:15 +01:00
bidi_test.c bidi_test: minor memory fixes. 2022-01-29 18:25:34 +00:00
bidi.c Update to Unicode 15. 2022-11-11 08:44:07 +00:00
bidi.h Test rig for the new bidi algorithm. 2021-10-10 15:00:30 +01:00
lineedit.c lineedit: make both ^M and ^J terminate a line. 2024-12-15 19:23:21 +00:00
terminal.c Treat SOS and PM terminal escape sequences like APC 2024-12-22 09:43:33 +00:00
terminal.h Fix comment about LE_EOF_ALWAYS. 2024-11-24 12:37:31 +00:00