From rswindell@1:103/705 to CVS commit on Sat Aug 24 01:04:53 2019
src/sbbs3 telnet.c 1.8 1.9 telnet.h 1.19 1.20 xtrn.cpp 1.253 1.254 main.cpp 1.761 1.762
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv9502
Modified Files:
telnet.c telnet.h xtrn.cpp main.cpp
Log Message:
Add an "expand_cr" to telnet_expand(), taken from syncterm/telnet_io.c.
Now, it assumes the CR is bare (not followed by LF or NUL), so that should probably be fixed. But for now, just copied pretty much as is from telnet_io.c so I can eliminate another version of this function.