Searched defs:mvwgetch (Results 1 – 2 of 2) sorted by relevance
301 int mvwgetch(WINDOW *win, int y, int x) in mvwgetch() function
1051 #define mvwgetch(win,y,x) (wmove(win,y,x) == ERR ? ERR : wgetch(win)) macro