Searched defs:touchwin (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursesw.h665 inline int UNDEF(touchwin)(WINDOW *win) { return touchwin(win); } function
666 #undef touchwin macro
667 #define touchwin UNDEF(touchwin) macro
1232 int touchwin() { return ::wtouchln(w, 0, height(), 1); } function in class:NCursesWindow

Completed in 72 milliseconds