Fix previous commits changing some \r to \n

f016a0f874 incorrectly changed all
sendTextToTerminal to send an \n - some previously had \r
This commit is contained in:
Kurt Hindenburg
2016-06-04 17:05:53 -04:00
parent 1cb76ffcbf
commit efca9088a3
4 changed files with 10 additions and 14 deletions

View File

@@ -499,7 +499,7 @@ Session* MainWindow::createSSHSession(Profile::Ptr profile, const QUrl& url)
sshCommand += url.host();
}
session->sendTextToTerminal(sshCommand, true);
session->sendTextToTerminal(sshCommand, '\r');
// create view before starting the session process so that the session
// doesn't suffer a change in terminal size right after the session