Fix excess newlines on mosh startup/shutdown.

Fixes #788.

This also works around issues with remote pty typeahead echo corrupting output
from mosh-server.
This commit is contained in:
John Hood
2016-08-14 20:29:25 -04:00
parent 70d48fbcc0
commit 39ea3d9512
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ int main( int argc, char *argv[] )
success = false;
}
printf( "\n[mosh is exiting.]\n" );
printf( "[mosh is exiting.]\n" );
free( key );