Subj : src/sbbs3/con_out.cpp putmsg.cpp sbbs.h To : Git commit to main/sbbs/master From : Rob Swindell Date : Tue Jul 05 2022 03:26 pm https://gitlab.synchro.net/main/sbbs/-/commit/961f1f58aaae29c57c017767 Modified Files: src/sbbs3/con_out.cpp putmsg.cpp sbbs.h Log Message: Support @-codes in text centered with the CENTER @-code Note: this centering logic does not know the expanded-size of the @-code, so use a fixed-length @-code (e.g. with padding) or use the 'C' @-code format modifier instead. Fix issue #418 .