Home
last modified time | relevance | path

Searched refs:NOT_LOCAL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c114 #define NOT_LOCAL(sp, fy, fx, ty, tx) ((tx > LONG_DIST) \ macro
832 if (yold == -1 || xold == -1 || NOT_LOCAL(SP_PARM, yold, xold, ynew, xnew)) { in onscreen_mvcur()
/freebsd/contrib/ncurses/
H A DNEWS9794 + correct NOT_LOCAL() macro in lib_mvcur.c to refer to screen_columns