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

  /external/libvterm/src/
vterm_internal.h 68 #define ROWWIDTH(state,row) ((state)->lineinfo[(row)].doublewidth ? ((state)->cols / 2) : (state)->cols)
69 #define THISROWWIDTH(state) ROWWIDTH(state, (state)->pos.row)
state.c 632 for(pos.col = 0; pos.col < ROWWIDTH(state, pos.row); pos.col++)
    [all...]

Completed in 199 milliseconds