Subj : src/sbbs3/smbutil.c To : Git commit to sbbs/master From : Rob Swindell Date : Thu Oct 08 2020 05:05 pm https://gitlab.synchro.net/sbbs/sbbs/-/commit/c4c9902d6e4f6ae87d9208c4 Modified Files: src/sbbs3/smbutil.c Log Message: Replace ESC chars with '.' when viewing messages, support '-' with 'r'. When reading messages, circumvent ANSI-encoded messages by replacing the ESC character (ASCII 27) with '.'. This could be made an optional behavior if someone really wants ANSI-encoded messages to be read via smbutil. Also, allow continuous reading of 1 or more consecutive messages using the - option (no prompting). .