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

  /external/libvterm/src/
screen.c 28 unsigned int dwl : 1; /* on a DECDWL or DECDHL line */ member in struct:__anon30007
199 cell->pen.dwl = info->dwl;
280 cell->pen.dwl = info->doublewidth;
587 cell->pen.dwl = newinfo->doublewidth;
757 cell->attrs.dwl = intcell->pen.dwl;
state.c 20 .dwl = state->lineinfo[pos.row].doublewidth,
214 static void set_lineinfo(VTermState *state, int row, int force, int dwl, int dhl)
218 if(dwl == DWL_OFF)
220 else if(dwl == DWL_ON)
    [all...]
  /external/libvterm/include/
vterm.h 265 unsigned int dwl:1; /* DECDWL or DECDHL double-width line */ member in struct:__anon29989
410 unsigned int dwl : 1; /* On a DECDWL or DECDHL line */ member in struct:__anon29994

Completed in 42 milliseconds