OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRID_ATTR_REVERSE
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/tmux/dist/
attributes.c
40
(attr &
GRID_ATTR_REVERSE
) ? "reverse," : "",
73
{ "reverse",
GRID_ATTR_REVERSE
},
tty.c
2745
if (gc2.attr &
GRID_ATTR_REVERSE
) {
2747
gc2.attr &= ~
GRID_ATTR_REVERSE
;
2750
gc2.attr |=
GRID_ATTR_REVERSE
;
2797
if (changed &
GRID_ATTR_REVERSE
) {
input.c
2346
gc->attr |=
GRID_ATTR_REVERSE
;
2371
gc->attr &= ~
GRID_ATTR_REVERSE
;
screen-redraw.c
779
gc.attr ^=
GRID_ATTR_REVERSE
;
grid.c
968
{
GRID_ATTR_REVERSE
, 7 },
screen-write.c
866
gc.attr |=
GRID_ATTR_REVERSE
;
tmux.h
720
#define
GRID_ATTR_REVERSE
0x10
Completed in 25 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026