mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
conExitRawMode() - set in_raw_mode to 0
This commit is contained in:
parent
a228c2fbaa
commit
901f123915
@ -249,6 +249,8 @@ ConExitRawMode()
|
|||||||
error("Failed to set console input code page from %d to %d error:%d", CP_UTF8, console_in_cp_saved, GetLastError());
|
error("Failed to set console input code page from %d to %d error:%d", CP_UTF8, console_in_cp_saved, GetLastError());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
in_raw_mode = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Used to exit the raw mode */
|
/* Used to exit the raw mode */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user