Re: LINES and COLUMNS not getting updated

2006-05-31 Thread Christopher Faylor
On Wed, May 31, 2006 at 10:07:48AM -0400, Kenneth Nellis wrote: >In my Cygwin X-Windows xterm environment, I'm not seeing the LINES and COLUMNS >environment variables getting updated correctly after my window is resized. >Furthermore, "echo $COLUMNS" and "printenv COLUMNS" don't agree. (I didn't

Re: LINES and COLUMNS not getting updated

2006-05-31 Thread Samuel Thibault
Hi, Kenneth Nellis, le Wed 31 May 2006 10:07:48 -0400, a écrit : > Furthermore, "echo $COLUMNS" and "printenv COLUMNS" don't agree. Note: echo $COLUMNS prints your shell's internal COLUMNS variable, while printenv COLUMNS prints the COLUMNS environment variable that the shell gives to children pr

LINES and COLUMNS not getting updated

2006-05-31 Thread Kenneth Nellis
In my Cygwin X-Windows xterm environment, I'm not seeing the LINES and COLUMNS environment variables getting updated correctly after my window is resized. Furthermore, "echo $COLUMNS" and "printenv COLUMNS" don't agree. (I didn't see relevant articles in the archives.) It seems to start off wor