I have a program that is running under MinTTY (cygwin’s shell) and calls to GetConsoleMode/SetConsoleMode fail. _getch echos to the console as well. This is a native win32 app without bindings to the cygwin environment, so any cygwin functions are out. How do I turn off the echo so that I can input a password?
I have a program that is running under MinTTY (cygwin’s shell) and calls to
Share
I essentially emulated the following via
popen: