Home
last modified time | relevance | path

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

/haiku/src/apps/serialconnect/libvterm/src/
H A Dscreen.c29 unsigned int dhl : 2; /* on a DECDHL line (1=top 2=bottom) */ member
200 cell->pen.dhl = info->dhl; in putglyph()
283 cell->pen.dhl = info->doubleheight; in erase_internal()
594 cell->pen.dhl = newinfo->doubleheight; in setlineinfo()
765 cell->attrs.dhl = intcell->pen.dhl; in vterm_screen_get_cell()
H A Dstate.c27 .dhl = state->lineinfo[pos.row].doubleheight, in putglyph()
177 static void set_lineinfo(VTermState *state, int row, int force, int dwl, int dhl) in set_lineinfo() argument
187 if(dhl == DHL_OFF) in set_lineinfo()
189 else if(dhl == DHL_TOP) in set_lineinfo()
191 else if(dhl == DHL_BOTTOM) in set_lineinfo()
/haiku/src/apps/serialconnect/libvterm/include/
H A Dvterm.h103 unsigned int dhl:2; /* DECDHL double-height line (1=top 2=bottom) */ member
227 unsigned int dhl : 2; /* On a DECDHL line (1=top 2=bottom) */ member