Home
last modified time | relevance | path

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

/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dkey-string.c204 if (key < KEYC_BASE && (modifiers & KEYC_CTRL) && !strchr(other, key)) { in key_string_lookup_string()
271 if (key > 127 && key < KEYC_BASE) { in key_string_lookup_key()
H A Dtmate-daemon-legacy.c119 if (justkey >= KEYC_BASE) { in tmate_translate_legacy_key()
H A Dtmate-daemon-encoder.c110 if (tmate_session->client_protocol_version == 5 && key & KEYC_BASE) { in tmate_client_pane_key()
H A Dinput-keys.c185 if (justkey > 0x7f && justkey < KEYC_BASE) { in input_key()
H A Dtmux.h94 #define KEYC_BASE 0x100000000000ULL macro
128 KEYC_FOCUS_IN = KEYC_BASE,
/dports/sysutils/tmux23/tmux-2.3/
H A Dkey-string.c205 if (key < KEYC_BASE && (modifiers & KEYC_CTRL) && !strchr(other, key)) { in key_string_lookup_string()
273 if (key > 127 && key < KEYC_BASE) { in key_string_lookup_key()
H A Dinput-keys.c183 if (justkey > 0x7f && justkey < KEYC_BASE) { in input_key()
H A Dtmux.h94 #define KEYC_BASE 0x100000000000ULL macro
128 KEYC_FOCUS_IN = KEYC_BASE,
/dports/sysutils/tmate/tmate-2.4.0/
H A Dkey-string.c204 if (key < KEYC_BASE && (modifiers & KEYC_CTRL) && !strchr(other, key)) { in key_string_lookup_string()
271 if (key > 127 && key < KEYC_BASE) { in key_string_lookup_key()
H A Dinput-keys.c183 if (justkey > 0x7f && justkey < KEYC_BASE) { in input_key()
H A Dtmux.h94 #define KEYC_BASE 0x100000000000ULL macro
128 KEYC_FOCUS_IN = KEYC_BASE,
/dports/sysutils/tmux/tmux-3.2a/
H A Dtmux.h120 #define KEYC_BASE 0x0000000010e000ULL macro
151 (((key) & KEYC_MASK_KEY) < KEYC_BASE || \
182 KEYC_FOCUS_IN = KEYC_BASE,
H A Dstatus.c1303 if (key <= 0x1f || (key >= KEYC_BASE && key < KEYC_BASE_END)) in status_prompt_key()