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

/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dcurses.h610 #define getyx(w, y, x) (y) = getcury(w), (x) = getcurx(w) macro

Completed in 102 milliseconds