Subj : docs/v321_new.txt src/sbbs3/con_out.cpp js_bbs.cpp putmsg.cpp sbbs.h t To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Mon Jan 12 2026 12:51 am https://gitlab.synchro.net/main/sbbs/-/commit/da35d32b9d266324e87ce71f Modified Files: docs/v321_new.txt src/sbbs3/con_out.cpp js_bbs.cpp putmsg.cpp sbbs.h terminal.h ver.cpp Log Message: sbbs_t::bputs() now supports P_CENTER and P_80COLS mode flags sbbs_t::ver() now uses bputs, so the output doesn't *have* to be centered (and now, it's not when displayed from sbbs_t::sys_info() The only difference now between sbbs_t::bputs() and Terminal::center() is that Terminal::center() truncates white-space off the end of the (copied) string and adds a newline to the output. .