Searched refs:thisy (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dtty.c2388 u_int thisx, thisy; local
2395 thisy = tty->cy;
2401 if (cx == thisx && cy == thisy && cx == tty->sx)
2409 if (cx == thisx && cy == thisy)
2423 if (cx == 0 && cy == thisy + 1 && thisy != tty->rlower &&
2431 if (cy == thisy) {
2486 if (thisy != tty->rupper &&
2487 cy == thisy - 1 && tty_term_has(term, TTYC_CUU1)) {
2493 if (thisy !
[all...]

Completed in 113 milliseconds