William McBrine
Sun, 21 Jun 2009 18:37:00 -0700
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 <wmcbr...@gmail.com>