Synchronet v3.21e-Win32 (install) has been released (Mar-2026).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
custom:colors [2018/03/01 12:10] – Links to util:binkit changed to module:binkit digital mancustom:colors [2026/02/10 14:35] (current) – [See Also] Add tags digital man
Line 1: Line 1:
 ====== Color Codes ====== ====== Color Codes ======
  
-Beyond Synchronet's own [[Ctrl-A codes]] for colors, there is support in Synchronet for a number of other color/attribute code formats which may be used in messages and text files. Support for these extra color/attribute code formats may be individually enabled or disabled in [[module:binkit]]->Message Options->Extra Attribute Codes:+Beyond Synchronet's own [[Ctrl-A codes]] for colors, there is support in Synchronet for a number of other color/attribute code formats which may be used in messages and text files. Support for these extra color/attribute code formats may be individually enabled or disabled in [[util:SCFG]]->System->Extra Attribute Codes (for display files) [[util:SCFG]]->Message Areas ... Sub-boards->Toggle Options->Extra Attribute Codes (for message text):
  
-  ╔══════════════════════════════════════════════════════════════════════╗ +  ╔═════════════════════════════════════╗ 
-  ║                            Message Options                           ║ +  ║  Extra Attribute Codes in Messages  ║ 
-  ╠══════════════════════════════════════════════════════════════════════╣ +  ═════════════════════════════════════╣ 
-  ║ │Local Time Zone                  PST                                ║ +  ║ │WWIV (Heart) Codes             No  ║ 
-  ║ │Maximum Retry Time               30 seconds                         ║ +  ║ │PCBoard (@Xxx) Codes           No  ║ 
-  ║ │Maximum QWK Messages             10000                              ║ +  ║ │Wildcat (@xx@) Codes           No  ║ 
-  ║ │Maximum QWK Message Age          Unlimited                          ║ +  ║ │Celerity (¦x) Codes            No  ║ 
-  ║ │Pre-pack QWK Requirements                                           ║ +  ║ │Renegade (¦xx) Codes           Yes ║ 
-  ║ │Purge E-mail by Age              Disabled                           ║ +  ╚═════════════════════════════════════╝
-  ║ │Purge Deleted E-mail             Daily                              ║ +
-  ║ │Duplicate E-mail Checking        Disabled ╔═══════════════════════╗ ║ +
-  ║ │Allow Anonymous E-mail           No       ║ Extra Attribute Codes ║ ║ +
-  ║ │Allow Quoting in E-mail          Yes      ╠═══════════════════════╣  +
-  ║ │Allow Uploads in E-mail          Yes      ║ │WWIV            Yes  ║ ║ +
-  ║ │Allow Forwarding to NetMail      Yes      ║ │PCBoard         Yes  ║ ║ +
-  ║ │Kill Read E-mail                 No       ║ │Wildcat         Yes  ║ ║ +
-  ║ │Receive E-mail by Real Name      Yes      ║ │Celerity        No   ║ ║ +
-  ║ │Include Signatures in E-mail     Yes      ║ │Renegade        No   ║ ║ +
-  ║ │Users Can View Deleted Messages  No       ╚═══════════════════════╝ ║ +
-  ║ │Extra Attribute Codes...                                            ║ +
-  ╚══════════════════════════════════════════════════════════════════════╝+
  
 ====WWIV Format==== ====WWIV Format====
  
-Synchronet optionally supports color/attribute codes which are native to //WWIV// BBS software. These codes consist of a Control-C (ASCII 3) character followed by a single decimal digit (0 through 7):+Synchronet optionally supports color/attribute codes which are native to //WWIV// BBS software. These codes consist of a Control-C (ASCII 3) character followed by a single decimal digit (0 through 9):
  
 ^ Code ^ Color ^ ^ Code ^ Color ^
Line 73: Line 61:
 ====Renegade/Telegard Format==== ====Renegade/Telegard Format====
  
-Synchronet optionally supports color/attribute codes which are native to //Renegade// BBS software.  These codes consist of a pipe symbol (''|'') followed by a two digit decimal number (00-23):+Synchronet optionally supports color/attribute codes which are native to //Renegade// BBS software.  These codes consist of a pipe symbol (''|'') followed by a two-digit decimal number (00-31):
  
 ^ Code ^ Color ^ ^ Code ^ Color ^
Line 100: Line 88:
 | 22 | Background Brown | | 22 | Background Brown |
 | 23 | Background White | | 23 | Background White |
 +| 24 | High Intensity Black Background (or blinking foreground) |
 +| 25 | High Intensity Blue Background (or blinking foreground) |
 +| 26 | High Intensity Green Background (or blinking foreground) |
 +| 27 | High Intensity Cyan Background (or blinking foreground) |
 +| 28 | High Intensity Red Background (or blinking foreground) |
 +| 29 | High Intensity Magenta Background (or blinking foreground) |
 +| 30 | High Intensity Yellow Background (or blinking foreground) |
 +| 31 | High Intensity White Background (or blinking foreground) |
  
 Example: "''|15|17''" would set the current color to high intensity white on a blue background. Example: "''|15|17''" would set the current color to high intensity white on a blue background.
- 
-Note: Due to conflicting escape sequences (namely, the pipe character), //Renegade// color/attribute codes are not supported when using RIP terminal mode. 
  
  
Line 128: Line 122:
 | F | White | Blinking Foreground  | F | White | High Intensity  | | F | White | Blinking Foreground  | F | White | High Intensity  |
  
-Example: "''@1F@''in //Wildcat!// format and "''@X1F''in //PCBoard// format would set the current color to high intensity white on a blue background.+Example: ''@1F@'' in //Wildcat!// format and ''@X1F'' in //PCBoard// format would set the current color to high intensity white on a blue background
 + 
 +Additionally, PCBoard supports ''@X00'' to save the current color and ''@XFF'' to restore the previously saved color.
  
 ===== Note ===== ===== Note =====
Line 137: Line 133:
   * [[http://synchro.net/docs/customization.html#MessageColorCodes|Old documentation of this feature (stale)]]   * [[http://synchro.net/docs/customization.html#MessageColorCodes|Old documentation of this feature (stale)]]
  
-{{tag>}}+{{tag>ansi colors}}