I'm not able to set my environment variable LINES in bash 2.030(1)
running on sparc solaris 8. This is regardless of whether I try this
from an xterm running on twm, or whether I ssh to the sun box from
cygwin. I can set it fine using bash 2.05b.0(1) running on cygwin
1.5.9-1.
bash 2.030(1), solaris 8
------------------------
> export LINES=50
> echo $LINES
24
> export LINES=50 ; echo $LINES
50
> echo $LINES
24
bash 2.05b.0(1), cygwin 1.5.9-1.
--------------------------------
> export LINES=50
> echo $LINES
50
> export LINES=55 ; echo $LINES
55
> echo $LINES
55
I am not changing the window size within those set of commands.
Thanks for any suggestions on the cause of this "noncompliance", and
maybe any workaround.
Fred
--
Fred Ma
Dept. of Electronics, Carleton University
1125 Colonel By Drive, Ottawa, Ontario
Canada, K1S 5B6