We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fbb11 commit 741367eCopy full SHA for 741367e
1 file changed
libvncclient/vncviewer.c
@@ -68,6 +68,7 @@ static char* ReadPassword(rfbClient* client) {
68
if(tcsetattr(fileno(stdin),TCSAFLUSH,&noecho)!=0) return p;
69
#endif
70
fprintf(stderr,"Password: ");
71
+ fflush(stderr);
72
i=0;
73
while(1) {
74
int c=fgetc(stdin);
0 commit comments