X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/c5e438ecf3f6d7b8caab10e43a452f3555149309..0f33f9d1535a1384f97c0a4948c95447aa1e400a:/unix/uxcons.c?ds=sidebyside diff --git a/unix/uxcons.c b/unix/uxcons.c index 844b674f..6b3da51b 100644 --- a/unix/uxcons.c +++ b/unix/uxcons.c @@ -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; }