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 revisionBoth sides next revision
custom:ctrl-a_codes [2018/10/29 13:42] – [See Also] Added links to ANSI editors digital mancustom:ctrl-a_codes [2019/01/11 03:38] – [Control] Document the new Ctrl-AZ vs. Ctrl-Az behavior in v3.17c. digital man
Line 68: Line 68:
 |Push Attr      |  ''+''   |Save current attributes into (server-side) attribute LIFO stack| |Push Attr      |  ''+''   |Save current attributes into (server-side) attribute LIFO stack|
 |Pop Attr        ''-''   |Restore attributes from stack (or Optimized Normal, if no attributes saved/pushed)| |Pop Attr        ''-''   |Restore attributes from stack (or Optimized Normal, if no attributes saved/pushed)|
-|Ctrl-A         |  ''A''   |Send an actual Ctrl-A (ASCII 1) character| +|SOH            |  ''A''   |Send an actual Ctrl-A (ASCII 1) character| 
-|Ctrl-Z         |  ''Z''   |Send an actual Ctrl-Z (ASCII 26) character (used to bepremature end-of-file) |+|SUB            |  ''z''   |Send an actual Ctrl-Z (ASCII 26) character (notelowercase 'z' only v3.17c and later) | 
 +|EOF            |  ''Z''   |Premature end-of-file (note: uppercase 'Z' only in v3.17c and later) |
 |Cursor Right    128-255 |Move cursor to the right (code-127) characters| |Cursor Right    128-255 |Move cursor to the right (code-127) characters|