SSH: Implement terminal support and corresponding tests.

Task-number: QTCREATORBUG-3891
This commit is contained in:
Christian Kandeler
2011-04-06 10:26:45 +02:00
parent dc6874acb8
commit 288b25bf40
8 changed files with 79 additions and 19 deletions

View File

@@ -199,9 +199,8 @@ void SshRemoteProcessPrivate::handleOpenSuccessInternal()
envVar.second);
}
if (m_useTerminal) {
// TODO: Encode m_terminal
}
if (m_useTerminal)
m_sendFacility.sendPtyRequestPacket(remoteChannel(), m_terminal);
m_sendFacility.sendExecPacket(remoteChannel(), m_command);
setProcState(ExecRequested);