HomeSort by relevance Sort by last modified time
    Searched refs:dhl (Results 1 - 3 of 3) sorted by null

  /external/libvterm/src/
screen.c 29 unsigned int dhl : 2; /* on a DECDHL line (1=top 2=bottom) */ member in struct:__anon16704
200 cell->pen.dhl = info->dhl;
281 cell->pen.dhl = info->doubleheight;
589 cell->pen.dhl = newinfo->doubleheight;
757 cell->attrs.dhl = intcell->pen.dhl;
state.c 27 .dhl = state->lineinfo[pos.row].doubleheight,
177 static void set_lineinfo(VTermState *state, int row, int force, int dwl, int dhl)
187 if(dhl == DHL_OFF)
189 else if(dhl == DHL_TOP)
191 else if(dhl == DHL_BOTTOM)
    [all...]
  /external/libvterm/include/
vterm.h 107 unsigned int dhl:2; /* DECDHL double-height line (1=top 2=bottom) */ member in struct:__anon16689
231 unsigned int dhl : 2; /* On a DECDHL line (1=top 2=bottom) */ member in struct:__anon16694::__anon16695

Completed in 611 milliseconds