Re: [PDCurses] SP->lines is negative

2009-06-21 Thread William McBrine

On Sun, 21 Jun 2009, Nik Nyby wrote:


I'm trying to port an ncurses application to Windows. I've gotten it
to compile successfully with MinGW, but I'm getting this PDCurses
error in stderr.txt whenever I run the program:

LINES value must be >= 2 and <= 15496: got -879
initscr(): Unable to create SP


It seems to me that, when I've seen that kind of error before, it was due 
to someone trying to use a Win32 console build in a non-console terminal, 
like xterm. However, the mention of stderr.txt suggests that you're using 
an SDL build. So, I don't know. Anyone else?


--
William McBrine 


[PDCurses] SP->lines is negative

2009-06-21 Thread Nik Nyby
Hello,
I'm trying to port an ncurses application to Windows. I've gotten it
to compile successfully with MinGW, but I'm getting this PDCurses
error in stderr.txt whenever I run the program:

LINES value must be >= 2 and <= 15496: got -879
initscr(): Unable to create SP

Does anyone know why that is happening?


Nik