Searched defs:mvwgetch (Results 1 – 2 of 2) sorted by relevance
187 #define mvwgetch(w, y, x) \ macro
1324 #define mvwgetch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wgetch(win)) macro