Subj : exec/text_sec.js To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Mon Jan 19 2026 11:58 pm https://gitlab.synchro.net/main/sbbs/-/commit/aaa65c8f907258bee33cd477 Modified Files: exec/text_sec.js Log Message: Use global print 'mode' from data/text/*.ini file, if specified Currently there's no menu/automated way to do this, sysops will have to hand edit the file if they want to use this feature to set various P_* print mode flags that will be used to display all files in the section unless they have their own (overriding) 'mode' key set. The 'mode' key values are eval()'d so be careful to only use valid JavaScript syntax (e.g. P_CPM_EOF | P_PCBOARD) when setting the value. .