On 2012-05-21 18:41, Yanhui Shen wrote: > In curs_threads(3X), at the beginning of the manual: > > typedef int (*NCURSES_WINDOW_CB)(WINDOW *, void *); typedef int >> (*NCURSES_SCREEN_CB)(SCREEN *, void *); >> int set_escdelay(int size); >> int set_tabsize(int size); >> int use_screen(SCREEN *scr, NCURSES_WINDOW_CB func, void *data); >> int use_window(WINDOW *win, NCURSES_SCREEN_CB func, void *data);
That's indeed a documentation error. Fixed in r235773, thanks! _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
