Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c105 #define LONG_DIST (8 - COMPUTE_OVERHEAD) macro
114 #define NOT_LOCAL(sp, fy, fx, ty, tx) ((tx > LONG_DIST) \
115 && (tx < screen_columns(sp) - 1 - LONG_DIST) \
116 && (abs(ty-fy) + abs(tx-fx) > LONG_DIST))