On Tue, Mar 25, 2008 at 10:56:37AM -0400, Patrick Shanahan wrote: > * Johannes Meixner <[EMAIL PROTECTED]> [03-25-08 10:50]: > > > > If it runs in text-only mode, how can I determine its current > > screen size (i.e. how many lines and characters per line)? > > > > bash has env vars, $LINES and $COLUMNS, that will give screen size.
The variables are there, but they are not exported: $ echo $LINES,$COLUMNS; env | grep LINES; env | grep COLUMNS 60,178 $ -- Martin Vidner, YaST developer http://en.opensuse.org/User:Mvidner Kuracke oddeleni v restauraci je jako fekalni oddeleni v bazenu -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
