Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dtty-acs.c31 static const struct tty_acs_entry tty_acs_table[] = { variable
243 entry = bsearch(&ch, tty_acs_table, nitems(tty_acs_table), in tty_acs_get()
244 sizeof tty_acs_table[0], tty_acs_cmp); in tty_acs_get()