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

Completed in 45 milliseconds