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_CHARSET
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/tmux/dist/
attributes.c
35
(attr &
GRID_ATTR_CHARSET
) ? "acs," : "",
67
{ "acs",
GRID_ATTR_CHARSET
},
screen-redraw.c
68
gc->attr |=
GRID_ATTR_CHARSET
;
72
gc->attr &= ~
GRID_ATTR_CHARSET
;
79
gc->attr &= ~
GRID_ATTR_CHARSET
;
83
gc->attr &= ~
GRID_ATTR_CHARSET
;
87
gc->attr &= ~
GRID_ATTR_CHARSET
;
91
gc->attr &= ~
GRID_ATTR_CHARSET
;
95
gc->attr |=
GRID_ATTR_CHARSET
;
493
gc.attr &= ~
GRID_ATTR_CHARSET
;
819
gc.attr |=
GRID_ATTR_CHARSET
;
screen-write.c
546
gc.attr ^=
GRID_ATTR_CHARSET
;
616
gc->attr &= ~
GRID_ATTR_CHARSET
;
620
gc->attr &= ~
GRID_ATTR_CHARSET
;
624
gc->attr &= ~
GRID_ATTR_CHARSET
;
628
gc->attr &= ~
GRID_ATTR_CHARSET
;
632
gc->attr &= ~
GRID_ATTR_CHARSET
;
637
gc->attr |=
GRID_ATTR_CHARSET
;
659
gc.attr |=
GRID_ATTR_CHARSET
;
692
gc.attr |=
GRID_ATTR_CHARSET
;
773
gc.attr |=
GRID_ATTR_CHARSET
;
[
all
...]
grid.c
985
lastattr &=
GRID_ATTR_CHARSET
;
1035
if ((attr &
GRID_ATTR_CHARSET
) && !(lastattr &
GRID_ATTR_CHARSET
)) {
1041
if (!(attr &
GRID_ATTR_CHARSET
) && (lastattr &
GRID_ATTR_CHARSET
)) {
input.c
1211
ictx->cell.cell.attr |=
GRID_ATTR_CHARSET
;
1213
ictx->cell.cell.attr &= ~
GRID_ATTR_CHARSET
;
1220
ictx->cell.cell.attr &= ~
GRID_ATTR_CHARSET
;
1733
ictx->cell.cell.attr |=
GRID_ATTR_CHARSET
;
1735
ictx->cell.cell.attr &= ~
GRID_ATTR_CHARSET
;
screen.c
600
dst->attr |= (src->attr &
GRID_ATTR_CHARSET
);
tty.c
663
if (tty->cell.attr &
GRID_ATTR_CHARSET
) {
1414
new.attr |=
GRID_ATTR_CHARSET
;
1552
(gcp->attr &
GRID_ATTR_CHARSET
) ||
1612
} else if (gcp->attr &
GRID_ATTR_CHARSET
) {
2406
if ((gc->attr &
GRID_ATTR_CHARSET
) && tty_acs_needed(tty))
2809
if ((changed &
GRID_ATTR_CHARSET
) && tty_acs_needed(tty))
image-sixel.c
672
gc.attr |= (
GRID_ATTR_CHARSET
|GRID_ATTR_DIM);
tmux.h
723
#define
GRID_ATTR_CHARSET
0x80 /* alternative character set */
window-copy.c
5065
if (ud.size == 1 && (gc.attr &
GRID_ATTR_CHARSET
)) {
Completed in 38 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026