On Sat, 19 Sep 1998, Canul D wrote:
-Why dosn't this code snipet display anything?
-#include <curses.h>
-void main(void)
-{
- WINDOW *my;
- initscr();
- cbreak();
- my = newwin(12, 12, 12, 12);
- waddstr(my, "I can't understand why it dosn't want to work!\n");
- refresh();
- endwin();
-}
try using wrefresh (my);
you do know about typing 'man ncurses' don't you (very helpful page)
--
+++ Divide By Cucumber Error, Please Re-Install Universe And Reboot +++
[EMAIL PROTECTED] http://x-map.home.ml.org
- New to ncurses Canul D
- Re: New to ncurses James
- Re: New to ncurses holotko
