Method Protocols.TELNET.Readline()->tcsetattr()
- Method tcsetattr
inttcsetattr(mapping(string:int)options,string|voidwhen)- Description
Set terminal attributes.
Currently only the following attributes are supported:
"ECHO"Local character echo on (
1) or off (0(zero))."ICANON"Canonical input on (
1) or off (0(zero)).- Note
Using this function currently bypasses the Readline layer.
- See also