зеркало из https://github.com/github/putty.git
Replace a \r\n with an ordinary \n - this isn't Windows!
[originally from svn r2171]
This commit is contained in:
Родитель
057eabf46d
Коммит
d833765b78
|
@ -290,7 +290,7 @@ int console_get_line(const char *prompt, char *str,
|
|||
str[i] = '\0';
|
||||
|
||||
if (is_pw)
|
||||
fputs("\r\n", stdout);
|
||||
fputs("\n", stdout);
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче