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
custom:javascript [2021/10/25 11:32] – Fix link to ECMA-262 PDF digital mancustom:javascript [2023/08/04 19:24] (current) – [Input] A little more clarity on console.getbyte() digital man
Line 155: Line 155:
 | ''console.getstr()''      | Yes                    | No     | Get a string of characters from user  | | ''console.getstr()''      | Yes                    | No     | Get a string of characters from user  |
 | ''console.getkey()''      | Yes                    | No     | Get a single key-press       | | ''console.getkey()''      | Yes                    | No     | Get a single key-press       |
-| ''console.getbyte()''     | Yes                    | No     | Get unprocessed input byte from remote terminal |+| ''console.getbyte()''     | Yes                    | No     | Get an unprocessed input byte from remote terminal as a number |
 | ''console.getnum()''      | Yes                    | No     | Get a number (between 1 and maxnum) from user     | | ''console.getnum()''      | Yes                    | No     | Get a number (between 1 and maxnum) from user     |
 | ''console.getkeys()''     | Yes                    | No     | Get a key from a list of valid keys, or a number  | | ''console.getkeys()''     | Yes                    | No     | Get a key from a list of valid keys, or a number  |