I'm using Console2 to run a Powershell in which I run plink.exe to connect to a Linux server. It works fine except that ps, top and other utilities in the shell only thinks the output window is 80 characters wide, while the window really is about 200 characters wide. How can I get them to detect the real console size?
|
If you want a full-featured console-based SSH client, install Cygwin OpenSSH. |
|||||||||
|
|
I know the answer's been accepted, but let me just mention that PuTTY itself will bring up a proper terminal emulator without the issues OP had mentioned. |
|||
|
|
|
You can use |
||||
|
|
|
On the Linux side, what's your shell? If it's bash (which I assume it is) you can tell bash to update it's idea of what the window size is put:
into your Linux $HOME/.bashrc. I'm not sure what the equivalent would be for zsh |
||||
|