Searched refs:ooy (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | cmd-refresh-client.c | 260 tc->pan_oy = tty->ooy; in cmd_refresh_client_exec()
|
H A D | tty.c | 908 *oy = tty->ooy; in tty_window_offset() 1004 oy == c->tty.ooy && in tty_update_client_offset() 1010 __func__, c->name, c->tty.oox, c->tty.ooy, c->tty.osx, c->tty.osy, in tty_update_client_offset() 1014 c->tty.ooy = oy; in tty_update_client_offset()
|
H A D | window-copy.c | 1167 u_int np = wme->prefix, ocx, ocy, ooy; in window_copy_do_copy_end_of_line() local 1187 ooy = data->oy; in window_copy_do_copy_end_of_line() 1212 data->oy = ooy; in window_copy_do_copy_end_of_line() 1254 u_int np = wme->prefix, ocx, ocy, ooy; in window_copy_do_copy_line() local 1273 ooy = data->oy; in window_copy_do_copy_line() 1300 data->oy = ooy; in window_copy_do_copy_line()
|
H A D | tmux.h | 1472 u_int ooy; member
|