Magicloud Magiclouds <magicloud.magiclo...@gmail.com> writes:

> On Tue, Nov 23, 2010 at 6:24 PM, Jochen Schulz <m...@well-adjusted.de> wrote:
>> Camaleón:
>>> On Tue, 23 Nov 2010 17:29:49 +0800, Magicloud Magiclouds wrote:
>>>
>>>> But I do not know how it gets the width of the screen.
>>>
>>> Well... gathering information about the running terminal is possible:
>>>
>>> s...@stt008:~$ stty -a | grep column
>>> speed 38400 baud; rows 63; columns 86; line = 0;
>>
>> Or simply:
>>
>> $ echo $LINES $COLUMNS
>> 31 107
>>
>> (Don't know whether that's terminal/shell-specific.)
>
> $COLUMNS and $LINES are not in `env`, I cannot get it within my program.
>
I think I had similar problems but I got around it by exporting them in
my .bash_profile, so I just have:

  export LINES COLUMNS

-- 
Carl Johnson            ca...@peak.org


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87hbf7uxl4....@oak.localnet

Reply via email to