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:atcodes [2019/07/10 14:43] – [Terminal Information / Control] Added CHARSET digital mancustom:atcodes [2019/07/10 15:19] – Beautification digital man
Line 23: Line 23:
  
 ^ Modifier ^ Purpose ^ ^ Modifier ^ Purpose ^
-| -L       | Pad and left-justify an expanded @-code | +''-L''   | Pad and left-justify an expanded @-code | 
-| -R       | Pad and right-justify an expanded @-code | +''-R''   | Pad and right-justify an expanded @-code | 
-| -C       | Pad and center an expanded @-code (added in v3.17b) | +''-C''   | Pad and center an expanded @-code (added in v3.17b) | 
-| -D       | Displays double-wide using "fullwidth" Unicode code points if possible, spaces between the characters otherwise | +''-W''   | Displays double-wide using "fullwidth" Unicode code points if possible, spaces between the characters otherwise | 
-| -Z       | Zero-pad and right-justify an expanded @-code (added in v3.17b) | +''-Z''   | Zero-pad and right-justify an expanded @-code (added in v3.17b) | 
-| -W       | Allow the terminal to wrap (don't truncate) overly-long expanded @-codes (added in v3.17c) |+''->''   | Allow the terminal to wrap (don't truncate) overly-long expanded @-codes (added in v3.17c) |
  
 === Width Specificity === === Width Specificity ===
Line 43: Line 43:
  
 When a //width// is specified, expanded @-code strings which are **longer** than the specified width will be truncated (shortened) to adhere to the requested width. The left-most characters are preserved/displayed while the right-most characters are truncated (lost). When a //width// is specified, expanded @-code strings which are **longer** than the specified width will be truncated (shortened) to adhere to the requested width. The left-most characters are preserved/displayed while the right-most characters are truncated (lost).
 +
 +By default, //most// expanded @-codes that would reach the last column of the terminal screen are truncated (shortened) so as to not cause an automatic line-wrap of the user's terminal. If you wish for an expanded @-code to be displayed in the last terminal column, or beyond ( possibly causing an automatic line-wrap of the terminal) use the ''->'' format modifier.
  
 === Exceptions === === Exceptions ===