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

  /external/libvterm/src/
screen.c 281 cell->pen.dhl = info->doubleheight;
585 newinfo->doubleheight != oldinfo->doubleheight) {
589 cell->pen.dhl = newinfo->doubleheight;
state.c 27 .dhl = state->lineinfo[pos.row].doubleheight,
188 info.doubleheight = DHL_OFF;
190 info.doubleheight = DHL_TOP;
192 info.doubleheight = DHL_BOTTOM;
767 // Setting DECVSSM must clear doublewidth/doubleheight state of every line
    [all...]
  /external/libvterm/include/
vterm.h 112 unsigned int doubleheight:2; /* DECDHL line (1=top 2=bottom) */ member in struct:__anon26316

Completed in 73 milliseconds