[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fwd: ncurses, OS X and terminal size
From: |
Nicholas Cole |
Subject: |
Fwd: ncurses, OS X and terminal size |
Date: |
Sat, 18 Mar 2006 23:17:21 +0000 |
I sent this privately by mistake.
---------- Forwarded message ----------
From: Nicholas Cole <address@hidden>
Date: Mar 18, 2006 5:24 PM
Subject: Re: ncurses, OS X and terminal size
To: Thomas Dickey <address@hidden>
On 3/18/06, Thomas Dickey <address@hidden> wrote:
> Perhaps your terminal has set $LINES and $COLUMNS variables (commonly
> done with termcap-oriented systems).
You are quite right - it does seem to be doing so. However, unsetting
those variables does not seem to solve the problem.
Interestingly, if I ssh into a linux box and run the same code (but
within a terminal running on OS X) the code works as expected, even
without worrying about environment variables.
Best,
N.