Subj : src/syncterm/conn_telnet.c To : Git commit to main/sbbs/master From : Deucе Date : Sun Dec 25 2022 12:36 am https://gitlab.synchro.net/main/sbbs/-/commit/9db9df4a0f9a080a09e5d7a1 Modified Files: src/syncterm/conn_telnet.c Log Message: Move telnet_expand() into SyncTERM proper. This allows ensuring we don't expand CRLF into CRLFLF. This is usually harmless, but there's no real need to put up with it in a program with a single thread using the expand function. .