From rswindell to CVS commit on Thu Apr 30 11:25:10 2020
src/sbbs3 sbbs.h 1.563 1.564
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv31440
Modified Files:
sbbs.h
Log Message:
Make the entire sbbs_t class definition dependant on JAVASCRIPT #define as ctrl/*.cpp includes this file and does not use/include libjs.
From rswindell to CVS commit on Fri May 8 16:30:18 2020
src/sbbs3 sbbs.h 1.568 1.569
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv14653
Modified Files:
sbbs.h
Log Message:
2 more uses of the "HOT" @-code:
- "HOT" by itself will set the hot-spot attribute to the *current* attribute
(just colorize the @-code in your editor the same as you do your cmd keys
no need to memorize color-code mnemonics)
- "HOT:OFF" will turn off the hot-spot attribute through the end of the text or util re-enabled
- Use a more greedy/liberal hot-spot matching algoirthm so that hot spots can overlap and the "best" one will be chosen. No way to opt-out of this algorithm (e.g. to use a conservative matching algo) currently.
- Earlier parse of @~ codes to keep text prestine (no parsing of |* or -*)
From rswindell to CVS commit on Tue Jul 14 23:16:22 2020
src/sbbs3 sbbs.h 1.577 1.578
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/home/rswindell/sbbs/src/sbbs3
These should only be used in the sbbs_t methods called by node_thread or event_thread. Any other thread-shared sbbs_t instances should not use these methods since they share a single error description string buffer.
From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Wed Oct 25 21:19:54 2023