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 [2022/11/11 18:47] – [System Information] Add OS_CPU @-code digital mancustom:atcodes [2022/12/03 16:57] – [Terminal Information / Control] Document the new (to v3.20) LINEDELAY @-code digital man
Line 379: Line 379:
 |EOF                    |End-of-file (stop parsing/displaying) | |EOF                    |End-of-file (stop parsing/displaying) |
 |PAUSE           |MORE    |Force a screen pause and a ''[Hit a key]'' prompt, if 'N' or 'Q' are typed, the displayed message/file is aborted | |PAUSE           |MORE    |Force a screen pause and a ''[Hit a key]'' prompt, if 'N' or 'Q' are typed, the displayed message/file is aborted |
-|PON             |AUTOMORE|Toggle automatic screen pause on | 
 |POFF            |NOPAUSE |Toggle automatic screen pause off | |POFF            |NOPAUSE |Toggle automatic screen pause off |
 +|PON             |AUTOMORE|Toggle automatic screen pause on |
 +|QOFF            |        |Toggle display abort-ability off |
 +|QON                    |Toggle display abort-ability on |
 |RESETPAUSE      |        |Reset the automatic screen pause line counter | |RESETPAUSE      |        |Reset the automatic screen pause line counter |
 |GETKEY          |        |Wait indefinitely for any key press before continuing | |GETKEY          |        |Wait indefinitely for any key press before continuing |
Line 386: Line 388:
 |WAIT://n//      |        |Wait up to //n// 10ths of a second for a key press before continuing | |WAIT://n//      |        |Wait up to //n// 10ths of a second for a key press before continuing |
 |DELAY://n//            |Wait //n// 10ths of a second before continuing | |DELAY://n//            |Wait //n// 10ths of a second before continuing |
 +|LINEDELAY              |Wait 1/10th of a second before sending each newline character (new in v3.20) |
 +|LINEDELAY://n// |        |Wait //n// 100ths of a second before sending each newline character, 0 to disable (new in v3.20) |
 |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                 |