Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dtty.c2397 u_int thisx, thisy; in tty_cursor() local
2403 thisx = tty->cx; in tty_cursor()
2410 if (cx == thisx && cy == thisy && cx == tty->sx) in tty_cursor()
2418 if (cx == thisx && cy == thisy) in tty_cursor()
2422 if (thisx > tty->sx - 1) in tty_cursor()
2452 if (cx == thisx - 1 && tty_term_has(term, TTYC_CUB1)) { in tty_cursor()
2458 if (cx == thisx + 1 && tty_term_has(term, TTYC_CUF1)) { in tty_cursor()
2464 change = thisx - cx; /* +ve left, -ve right */ in tty_cursor()
2489 } else if (cx == thisx) { in tty_cursor()