Hi guys,
I've found a bug ( I think... )
My shell is /usr/bin/sksh and the machine is an SUN fire 880 wityh Solaris 8.
My terminal program is putty, and TERM=xterm
When I log in into my machine, and type stty :
rows = 25; columns = 80
Then I resize my window, and type stty :
rows = 44; columns = 135
All seems just fine ...
But when I resize my terminal window again,and type stty :
rows = 44; columns = 135
No matter how big or small I make my terminal window, it does not change until I type resize.
After that the rows and columns are set, until I resize my window again.
Is that bug enough ?
Hope that you can fix this issue, so we can implement this in our production environment.
Logged In: NO
delete the line:
signal(SIGWINCH, newwinsize);