Subj : exec/load/sbbsdefs.js src/sbbs3/answer.cpp atcodes.cpp js_bbs.cpp putm To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sun Jan 11 2026 11:23 pm https://gitlab.synchro.net/main/sbbs/-/commit/b530f130330756be7eab8978 Modified Files: exec/load/sbbsdefs.js src/sbbs3/answer.cpp atcodes.cpp js_bbs.cpp putmsg.cpp sbbs.h sbbsdefs.h str.cpp terminal.h ver.cpp Log Message: Add/use new P_80COLS p[rint] mode flag and 80COLS @-code Useful for printing files that looks good in 80 cols (or less) but like ass on a super wide terminal. Sure, we could add P_132COLS (and associated @-code) if we need it, but most (stock Synchronet) BBS content is really geared to 80 cols. Maybe a sysop configurable "max columns" setting for a BBS where it just makes sense to cap all the width logic to something less than 256 columns or whatever crazy terminal size a user is using. .