On Sun, Mar 19, 2006 at 07:20:51AM +, Nicholas Cole wrote:
> I hope that this is not an FAQ, but I can't find an answer on it.
>
> I know that Terminal.app is setting the environment variables LINES
> and COLUMNS (I can see them with the bash "set" command), but
> os.environ['LINES'] and os.en
I hope that this is not an FAQ, but I can't find an answer on it.
I know that Terminal.app is setting the environment variables LINES
and COLUMNS (I can see them with the bash "set" command), but
os.environ['LINES'] and os.environ['COLUMNS'] don't exist. Why is
that?
Best,
N.
__