Skip to content

Commit

Permalink
cache window size same as in SSH1Channel
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Dec 6, 2016
1 parent ea2d50e commit 6091a82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ssh/channel.cpp
Expand Up @@ -195,6 +195,9 @@ void SSH2Channel::requestPty(uint id)

void SSH2Channel::requestWindowSize(int column, int row)
{
m_row = row;
m_column = column;

#ifdef SSH_DEBUG
qDebug() << "request window size";
#endif
Expand Down

0 comments on commit 6091a82

Please sign in to comment.