I have two problems, in both cases the problem usually occurs when I resize my terminal client xterm.
- When ssh'd into a server all the output from commands doesn't scroll. It doesn't happen right away.
- Occasionally the margins don't resize when the client resizes.
I have seen an article on a command to run to fix this, but I can't seem to find it again.
You can force a reset of terminal state --
reset
command might work. If it doesn't, send a RIS sequence to xterm --printf "\033c"
The
resize
command should fix this. Tryif you are in the bash shell (note the backticks).
Here's a reference.