rs.setRawMode(mode)
mode
should be true
or false
. This sets the properties of the tty.ReadStream
to act either as a raw device or default. isRaw
will be set to the resulting mode.
rs.setRawMode(mode)
mode
should be true
or false
. This sets the properties of the tty.ReadStream
to act either as a raw device or default. isRaw
will be set to the resulting mode.
Please login to continue.