Searched refs:atx (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | tty.c | 1446 px, py, nx, atx, aty); in tty_draw_line() 1485 atx != 0 || in tty_draw_line() 1489 atx == 0 && in tty_draw_line() 1527 tty_clear_line(tty, defaults, aty, atx + ux, in tty_draw_line() 1530 if (!wrapped || atx != 0 || ux != 0) in tty_draw_line() 1531 tty_cursor(tty, atx + ux, aty); in tty_draw_line() 1563 eux = r.px[j] - atx; in tty_draw_line() 1577 tty_cursor(tty, atx + ux, aty); in tty_draw_line() 1591 tty_clear_line(tty, defaults, aty, atx + ux, width, in tty_draw_line() 1594 if (!wrapped || atx != 0 || ux != 0) in tty_draw_line() [all …]
|