diff --git a/macssh/source/ssh/ssh2.c b/macssh/source/ssh/ssh2.c index 55fa356..42de9dd 100755 --- a/macssh/source/ssh/ssh2.c +++ b/macssh/source/ssh/ssh2.c @@ -1065,7 +1065,7 @@ void init_context(lshcontext *context, short port) memcpy(&context->_mactermios, &defaulttermios, sizeof(struct termios)); context->_gConsoleInEOF = 0; /*context->_convertLFs = 0;*/ - context->_convertLFs = 1; + context->_convertLFs = 0; context->_lastCR = 0; context->_insock = NULL; context->_gConsoleInBufLen = 0;