Searched refs:lineinfo (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c26 .dwl = state->lineinfo[pos.row].doublewidth,
27 .dhl = state->lineinfo[pos.row].doubleheight,
76 vterm_allocator_free(state->vt, state->lineinfo);
86 // Update lineinfo if full line
91 memmove(state->lineinfo + rect.start_row,
92 state->lineinfo + rect.start_row + downward,
93 height * sizeof(state->lineinfo[0]));
95 memmove(state->lineinfo + rect.start_row - downward,
96 state->lineinfo + rect.start_row,
97 height * sizeof(state->lineinfo[
[all...]
H A Dvterm_internal.h67 VTermLineInfo *lineinfo; member in struct:VTermState
68 #define ROWWIDTH(state,row) ((state)->lineinfo[(row)].doublewidth ? ((state)->cols / 2) : (state)->cols)

Completed in 83 milliseconds