OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dwl
(Results
1 - 3
of
3
) sorted by null
/external/libvterm/src/
screen.c
28
unsigned int
dwl
: 1; /* on a DECDWL or DECDHL line */
member in struct:__anon18154
199
cell->pen.
dwl
= info->
dwl
;
280
cell->pen.
dwl
= info->doublewidth;
588
cell->pen.
dwl
= newinfo->doublewidth;
756
cell->attrs.
dwl
= intcell->pen.
dwl
;
state.c
26
.
dwl
= state->lineinfo[pos.row].doublewidth,
177
static void set_lineinfo(VTermState *state, int row, int force, int
dwl
, int dhl)
181
if(
dwl
== DWL_OFF)
183
else if(
dwl
== DWL_ON)
[
all
...]
/external/libvterm/include/
vterm.h
106
unsigned int
dwl
:1; /* DECDWL or DECDHL double-width line */
member in struct:__anon18139
230
unsigned int
dwl
: 1; /* On a DECDWL or DECDHL line */
member in struct:__anon18144::__anon18145
Completed in 60 milliseconds