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:__anon24675
199 cell->pen.dwl = info->dwl;
280 cell->pen.dwl = info->doublewidth;
588 cell->pen.dwl = newinfo->doublewidth;
756 cell->attrs.dwl = intcell->pen.dwl;
state.c 26 .dwl = state->lineinfo[pos.row].doublewidth,
177 static void set_lineinfo(VTermState *state, int row, int force, int dwl, int dhl)
181 if(dwl == DWL_OFF)
183 else if(dwl == DWL_ON)
    [all...]
  /external/libvterm/include/
vterm.h 106 unsigned int dwl:1; /* DECDWL or DECDHL double-width line */ member in struct:__anon24660
230 unsigned int dwl : 1; /* On a DECDWL or DECDHL line */ member in struct:__anon24665::__anon24666

Completed in 3251 milliseconds