MCPcopy 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
97void CChannelSSHTerminal::SetSize(int row, int column)
98{
99 m_nRow = row;
100 m_nColumn = column;
101}
102
103int CChannelSSHTerminal::OnProcess(int tm)
104{

Callers 1

OnInitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected