Dave Lindquist <@.com>
2005-02-21 15:44:16 UTC
Anyone else ever encounter this?
I've a weird but with Putty, xterm, and just about anything else I've tried
for terminal programs.
If you resize the window of the terminal manually, everything works
perfectly -- the new size of the window (chars x chars) is communicated
properly to the other end, and line-wrapping works perfectly.
However, if you maximize the window, something different happens. ncurses
apps, etc all recognize the new size and use it, but the Linux (Gentoo)
command prompt still tries to wrap at the wrong column (the original width
before being maximized). This, of course, causes lines to overwrite each
other, and all hell breaks loose if you use the backspace key.
Any ideas what the heck could cause this, and what one could do about it?
TIA!
I've a weird but with Putty, xterm, and just about anything else I've tried
for terminal programs.
If you resize the window of the terminal manually, everything works
perfectly -- the new size of the window (chars x chars) is communicated
properly to the other end, and line-wrapping works perfectly.
However, if you maximize the window, something different happens. ncurses
apps, etc all recognize the new size and use it, but the Linux (Gentoo)
command prompt still tries to wrap at the wrong column (the original width
before being maximized). This, of course, causes lines to overwrite each
other, and all hell breaks loose if you use the backspace key.
Any ideas what the heck could cause this, and what one could do about it?
TIA!