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/16 20:22] – [Unicode] Provide examples of UTF-8 vs. CP437 vs. US-ASCII output of various @-codes digital mancustom:atcodes [2019/08/04 23:45] – [Terminal Information / Control] Added POS:n, YESCHAR, NOCHAR, QUITCHAR, DELAY:n digital man
Line 281: Line 281:
 |DEGREE_C        |        |Send a degree Celsius symbol appropriate for the user's terminal | |DEGREE_C        |        |Send a degree Celsius symbol appropriate for the user's terminal |
 |DEGREE_F        |        |Send a degree Fahrenheit symbol appropriate for the user's terminal | |DEGREE_F        |        |Send a degree Fahrenheit symbol appropriate for the user's terminal |
 +|YESCHAR                |Print the character that corresponds with an affirmative "Yes" answer key (e.g. ''Y'') |
 +|NOCHAR          |        |Print the character that corresponds with an negative "No" answer key (e.g. ''N'') |
 +|QUITCHAR        |        |Print the character that corresponds with a "quit" command key (e.g. ''Q'') |
 |EOF                    |End-of-file (stop parsing/displaying) | |EOF                    |End-of-file (stop parsing/displaying) |
 |PAUSE           |MORE    |Force a screen pause (hit a key) prompt| |PAUSE           |MORE    |Force a screen pause (hit a key) prompt|
Line 286: Line 289:
 |POFF            |NOPAUSE |Toggle automatic screen pause off | |POFF            |NOPAUSE |Toggle automatic screen pause off |
 |RESETPAUSE      |        |Reset the automatic screen pause line counter | |RESETPAUSE      |        |Reset the automatic screen pause line counter |
 +|DELAY://n//                |Wait //n// 10ths of a second before continuing |
 |UP://n//            |        |Move cursor up //n// rows                   | |UP://n//            |        |Move cursor up //n// rows                   |
 |DOWN://n//          |        |Move cursor down //n// rows                 | |DOWN://n//          |        |Move cursor down //n// rows                 |
Line 291: Line 295:
 |LEFT://n//          |        |Move cursor left //n// columns              | |LEFT://n//          |        |Move cursor left //n// columns              |
 |GOTOXY://x,y//  |        |Move cursor to //x/////y// coordinate (1-based) | |GOTOXY://x,y//  |        |Move cursor to //x/////y// coordinate (1-based) |
 +|POS://x//              |Move cursor to column //x// (1-based) |
 |HOME            |        |Home cursor (to upper left), don't clear| |HOME            |        |Home cursor (to upper left), don't clear|
 |CLRLINE                |Clear the current line (cursor to first column)| |CLRLINE                |Clear the current line (cursor to first column)|
Line 333: Line 338:
 | U+2265!a8      ''≥''  |  ''≥''      ''>''     | | U+2265!a8      ''≥''  |  ''≥''      ''>''     |
 | U+2265,a8      ''≥''  |  ''¿''      ''?''     | | U+2265,a8      ''≥''  |  ''¿''      ''?''     |
-| U+1F609        ''😉''          |           |  +| U+1F609        ''😉''           |           | 
-| U+1F609:;-)    ''😉''  |  '';-)  '';-)''  |+| U+1F609:;-)    ''😉''  |  '';-)''   '';-)''  | 
 + 
 ===== External Content ===== ===== External Content =====