Home
last modified time | relevance | path

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

/dports/sysutils/tmux23/tmux-2.3/
H A Dtty-term.c95 [TTYC_HPA] = { TTYCODE_STRING, "hpa" },
H A Dtty.c1293 if ((u_int) abs(change) > cx && tty_term_has(term, TTYC_HPA)) { in tty_cursor()
1294 tty_putcode1(tty, TTYC_HPA, cx); in tty_cursor()
H A Dtmux.h234 TTYC_HPA, /* column_address, ch */ enumerator
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dtty-term.c95 [TTYC_HPA] = { TTYCODE_STRING, "hpa" },
H A Dtty.c1375 if ((u_int) abs(change) > cx && tty_term_has(term, TTYC_HPA)) { in tty_cursor()
1376 tty_putcode1(tty, TTYC_HPA, cx); in tty_cursor()
H A Dtmux.h234 TTYC_HPA, /* column_address, ch */ enumerator
/dports/sysutils/tmate/tmate-2.4.0/
H A Dtty-term.c95 [TTYC_HPA] = { TTYCODE_STRING, "hpa" },
H A Dtty.c1370 if ((u_int) abs(change) > cx && tty_term_has(term, TTYC_HPA)) { in tty_cursor()
1371 tty_putcode1(tty, TTYC_HPA, cx); in tty_cursor()
H A Dtmux.h234 TTYC_HPA, /* column_address, ch */ enumerator
/dports/sysutils/tmux/tmux-3.2a/
H A Dtty-term.c107 [TTYC_HPA] = { TTYCODE_STRING, "hpa" },
H A Dtty.c2179 if ((u_int) abs(change) > cx && tty_term_has(term, TTYC_HPA)) { in tty_cursor()
2180 tty_putcode1(tty, TTYC_HPA, cx); in tty_cursor()
H A Dtmux.h323 TTYC_HPA, enumerator