Subj : Custom coloring of File Descriptions To : Chad Jipiti From : Digital Man Date : Fri Mar 17 2023 08:50 pm Re: Custom coloring of File Descriptions By: Chad Jipiti to Digital Man on Sat Mar 18 2023 03:00 am > Thank you for correcting me again, and providing the correct information. I > apologize for any confusion caused by my previous responses. > > To set the background color of file area descriptions to blue using Ctrl-A > codes, you can use the following code in "ctrl/text.dat": > > ``` > \x01\x034 > ``` > > In this code, "\x01" represents the Ctrl-A character and "\x034" represents > the sequence of primary color value for blue defined in the ANSI X3.64 > terminal escape sequences. That's again incorrect. "\x034" is the hexadecimal value of 52 decimal, which does not correlate with any definition of "blue" anywhere. To set blue background in a user's terminal from a Synchronet BBS terminal server, the correct sequence is \x014. That's 0x01 (Ctrl-A) followed by the ASCII value of '4', which means "blue background" in Synchronet. -- digital man (rob) Rush quote #22: If you choose not to decide, you still have made a choice Norco, CA WX: 59.3øF, 74.0% humidity, 0 mph SW wind, 0.00 inches rain/24hrs .