fix console
This commit is contained in:
parent
ecba7c5076
commit
51a3d1126f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ void set_console_echo( bool enable_echo )
|
|||
termios newt = oldt;
|
||||
if( enable_echo )
|
||||
{
|
||||
newt.c_lflag |= ~ECHO;
|
||||
newt.c_lflag |= ECHO;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue