Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

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
Next revisionBoth sides next revision
custom:ctrl-a_codes [2019/08/20 19:17] – [Attributes] Spell out how the high and blink attributes are sticky-set/reset digital mancustom:ctrl-a_codes [2020/05/08 11:45] – re-title the page digital man
Line 1: Line 1:
-====== Ctrl-A (Attribute) Codes ====== +====== Attribute (Ctrl-A) Codes ====== 
-"Control A" codes (a.k.a. ^A codes) are terminal control sequences embedded in Synchronet text and menu display files.+//Attribute Codes// (a.k.a. ^A codes) are terminal control sequences embedded in Synchronet text and menu display files.
  
 ===== Background ===== ===== Background =====
Line 39: Line 39:
  
 ^Attribute ^ Code    ^Description                    ^ ^Attribute ^ Code    ^Description                    ^
-|High             |  ''H''  |High Intensity (bright) foreground | +|Bright            |  ''H''  |High Intensity foreground | 
-|Blink            |  ''I''  |Blinking (slow) or high intensity (bright) background (so-called iCE colors) when supported | +|Blink             |  ''I''  |Blinking (slow), when supported by the terminal | 
-|Blink-Font       |  ''f''  |Set the //Blink// attribute **only** if a alternate [[config:fonts.ini|Blink-font]] has been activated in the terminal (new in v3.17) | +|Bright-Background |  ''E''  |High intensity background (so-called iCE colors)when supported by the terminal (new in v3.17c) 
-|High-Blink-Font  |  ''F''  |Set the //Blink// attribute **only** if a alternate [[config:fonts.ini|High-intensity Blink-font]] has been activated in the terminal (new in v3.17) | +|Blink-Font        |  ''f''  |Set the //Blink// attribute **only** if a alternate [[config:fonts.ini|Blink-font]] has been activated in the terminal (new in v3.17) | 
-|Normal           |  ''N''  |No Special Attributes (Normal, e.g. light-gray) - resets both //High// and //Blink// attributes | +|High-Blink-Font   |  ''F''  |Set the //Blink// attribute **only** if a alternate [[config:fonts.ini|High-intensity Blink-font]] has been activated in the terminal (new in v3.17) | 
-|Optimized Normal |  ''-''  |Only changes to //normal// if High Intensity, Blinking, or Background attribute is set (or pop attributes if pushed)| +|Normal            |  ''N''  |No Special Attributes (Normal, e.g. light-gray) - resets both //High// and //Blink// attributes | 
-|Optimized Normal |  ''_''  |Only changes to //normal// if the Blinking or Background attribute is set |+|Optimized Normal  |  ''-''  |Only changes to //normal// if High Intensity, Blinking, or Background attribute is set (or pop attributes if pushed)| 
 +|Optimized Normal  |  ''_''  |Only changes to //normal// if the Blinking or Background attribute is set |
  
 ==== High Intensity and Blink ==== ==== High Intensity and Blink ====