forked from qt-creator/qt-creator
SSH: Implement terminal support and corresponding tests.
Task-number: QTCREATORBUG-3891
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user