How to Resize SSHShell (Terminal)?
Posted: Thu 22 Dec 2011 17:32
I haven't been able to get this to work yet.
I'm in the process of writing a SSH Terminal client (a-la putty) and while I have almost everything that I want to work already done, I can't get the terminal to recognize any of the re-size commands to be recognized.
I have found the TSsh2Channel.SendWindowAdjust method, but I can't figure out how to actually get access to it.
TScSSHShell descends from TScSSHCustomChannel, but TSSH2Channel does not descend from TScSSHCustomChannel at all. It is derived from TSSHChannel which is, as far as I can tell, a stand alone class.
How do I get access to SendWindowAdjust?
Thanks,
Ryan.
I'm in the process of writing a SSH Terminal client (a-la putty) and while I have almost everything that I want to work already done, I can't get the terminal to recognize any of the re-size commands to be recognized.
I have found the TSsh2Channel.SendWindowAdjust method, but I can't figure out how to actually get access to it.
TScSSHShell descends from TScSSHCustomChannel, but TSSH2Channel does not descend from TScSSHCustomChannel at all. It is derived from TSSHChannel which is, as far as I can tell, a stand alone class.
How do I get access to SendWindowAdjust?
Thanks,
Ryan.