Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetSize
Method
SetSize
Plugins/SSH/ChannelSSHTerminal.cpp:97–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void CChannelSSHTerminal::SetSize(int row, int column)
98
{
99
m_nRow = row;
100
m_nColumn = column;
101
}
102
103
int CChannelSSHTerminal::OnProcess(int tm)
104
{
Callers
1
OnInit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected