Subj : src/sbbs3/putmsg.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Sun Jan 23 2022 01:08 am https://gitlab.synchro.net/main/sbbs/-/commit/09a32c0dad9f896893f2845b Modified Files: src/sbbs3/putmsg.cpp Log Message: Basic PETSCII output column/line counting in putmsg() When printing a PETSCII Sequence (.seq) file, count the lines/rows and columns similar to how we would if we were using outchar() (but we don't, we use the lower-level outcom() to bypass any translations). This is related to issue #325: PETSCII seq files seem to display just fine, the problem I saw was with the auto-pausing (e.g. before a screen-clear) after displaying them. .