Searched refs:mvaddchnstr (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libcurses/ |
H A D | curses.h | 694 extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int); /* generated */ 1339 #define mvaddchnstr(y,x,str,n) mvwaddchnstr(stdscr,(y),(x),(str),(n)) macro
|