Re: LINES and COLUMNS variables are not exported

2006-03-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Thierry EXCOFFIER on 2/26/2006 8:59 AM: > > Description: > LINES and COLUMNS variables are not exported, > so applications using these variables can not > find the screen size. POSIX states that &q

Re: LINES and COLUMNS variables are not exported

2006-03-10 Thread Chet Ramey
UTC 2006 > i686 GNU/Linux > Machine Type: i486-pc-linux-gnu > > Bash Version: 3.1 > Patch Level: 5 > Release Status: release > > Description: > LINES and COLUMNS variables are not exported, > so applications using these variables can not >

LINES and COLUMNS variables are not exported

2006-03-10 Thread Thierry EXCOFFIER
Patch Level: 5 Release Status: release Description: LINES and COLUMNS variables are not exported, so applications using these variables can not find the screen size. Repeat-By: $ ( echo $LINES ) 24 $ sh -c 'echo $LINES' $ __

Re: LINES and COLUMNS variables are not exported

2006-03-07 Thread Bob Proulx
Thierry EXCOFFIER wrote: > LINES and COLUMNS variables are not exported, > so applications using these variables can not > find the screen size. The LINES and COLUMNS variables are an *override* to applications. It is not an application's primary method