On Sun, 20 Sep 1998, Canul Podkopayeva wrote:

-
-/* 
- * Hello, sorry to bother again with lame code but...
- * I get this code to build but it core dumps and gdb tells me that it
-sigvfault at waddch.
- * I have no idea on how to fix this. 
- */
-
[snip]

you've not used newwin to actually define where the windows should be...
(note, newwin takes the Y axis before the X, and will segfault if you
specify co-ords outside your actual screen dimensions)

win[1] = newwin (0, 0, 5, 5);
win[2] = newwin (....); etc

-- 
+++ Divide By Cucumber Error, Please Re-Install Universe And Reboot +++
[EMAIL PROTECTED]                    http://x-map.home.ml.org

Reply via email to