Subj : src/sbbs3/sbbs.h To : CVS commit From : rswindell Date : Fri May 08 2020 04:30 pm 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 -*) .