Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dtty.c1437 px, py, nx, atx, aty); in tty_draw_line()
1476 atx != 0 || in tty_draw_line()
1480 atx == 0 && in tty_draw_line()
1518 tty_clear_line(tty, defaults, aty, atx + ux, in tty_draw_line()
1521 if (!wrapped || atx != 0 || ux != 0) in tty_draw_line()
1522 tty_cursor(tty, atx + ux, aty); in tty_draw_line()
1554 eux = r.px[j] - atx; in tty_draw_line()
1568 tty_cursor(tty, atx + ux, aty); in tty_draw_line()
1582 tty_clear_line(tty, defaults, aty, atx + ux, width, in tty_draw_line()
1585 if (!wrapped || atx != 0 || ux != 0) in tty_draw_line()
[all …]