Searched refs:TTYCODE_STRING (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | tty-term.c | 36 TTYCODE_STRING, enumerator 70 [TTYC_CR] = { TTYCODE_STRING, "Cr" }, 72 [TTYC_CS] = { TTYCODE_STRING, "Cs" }, 87 [TTYC_DL] = { TTYCODE_STRING, "dl" }, 92 [TTYC_E3] = { TTYCODE_STRING, "E3" }, 94 [TTYC_ED] = { TTYCODE_STRING, "ed" }, 410 case TTYCODE_STRING: in tty_term_apply() 563 case TTYCODE_STRING: in tty_term_create() 564 code->type = TTYCODE_STRING; in tty_term_create() 706 case TTYCODE_STRING: in tty_term_read_list() [all …]
|