wstty is a small tool that sets or reports various console related settings on
Windows systems. It is meant to be a replacement for the stty
coreutils
command on Unix systems.
wstty [-a][-][mode...]
To set a specific mode to off, prefix the mode with a -
sign. To set it to
on, just specify the mode.
Use -a
to displays all the current console modes, -h
to display the help.
This project is licensed under the MIT License - see the LICENSE file