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

  /external/libvterm/src/
screen.c 281 cell->pen.dhl = info->doubleheight;
584 newinfo->doubleheight != oldinfo->doubleheight) {
588 cell->pen.dhl = newinfo->doubleheight;
state.c 21 .dhl = state->lineinfo[pos.row].doubleheight,
225 info.doubleheight = DHL_OFF;
227 info.doubleheight = DHL_TOP;
229 info.doubleheight = DHL_BOTTOM;
749 // Setting DECVSSM must clear doublewidth/doubleheight state of every line
    [all...]
  /external/libvterm/include/
vterm.h 271 unsigned int doubleheight:2; /* DECDHL line (1=top 2=bottom) */ member in struct:__anon29990

Completed in 179 milliseconds