pub fn set_echo(flag: bool) -> Result<(), NCurseswWinError>
Expand description

Set echo on or off within NCurses.

Enables or disables the automatic echoing of input into the window as the user types. Default to on, but you probably want it to be off most of the time.