OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TTYC_SETAB
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/tmux/dist/
tty.c
2744
if (!tty_term_has(tty->term,
TTYC_SETAB
)) {
3071
tty_putcode_i(tty,
TTYC_SETAB
, gc->bg - 90 + 8);
3076
tty_putcode_i(tty,
TTYC_SETAB
, gc->bg);
3138
else if (tty_term_has(tty->term,
TTYC_SETAB
))
3139
tty_putcode_i(tty,
TTYC_SETAB
, colour & 0xff);
tty-term.c
264
[
TTYC_SETAB
] = { TTYCODE_STRING, "setab" },
tmux.h
599
TTYC_SETAB
,
Completed in 21 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026