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
Last 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/11 18:02] – [Control] Add mouse hot-spot related Ctrl-A codes 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 ====
Line 61: Line 62:
 |Delay          |  '';''   |Delay for one half second| |Delay          |  '';''   |Delay for one half second|
 |Delay          |  ''.''   |Delay for two seconds| |Delay          |  ''.''   |Delay for two seconds|
-|Cls            |  ''L''   |Clear the screen and home the cursor| +|Cls            |  ''L''   |Clear the screen, clear any existing mouse hot-spots, and home the cursor | 
-|Home            ''`''   |Home the cursor (without necessarily clearing the screen)|+|Home            '''''   |Home the cursor (without necessarily clearing the screen, used to be ''`'')| 
 +|Hungry-hotspot |  ''~''   |Precedes a single-character hungry mouse hot-spot command (CR if next character is a ctrl char or end of string) | 
 +|Strict-hotspot |  ''`''   |Precedes a single-character strict mouse hot-spot command (or "Home" if next character is a ctrl char or end of string) |
 |Clreos          ''J''   |Clear to end of screen (leave cursor in current position)| |Clreos          ''J''   |Clear to end of screen (leave cursor in current position)|
 |Clreol          ''>''   |Clear to end of line (leave cursor in current position)| |Clreol          ''>''   |Clear to end of line (leave cursor in current position)|