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

/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c1528 unsigned char *newtabstops = vterm_allocator_malloc(state->vt, (cols + 7) / 8); local
1535 newtabstops[col >> 3] |= mask;
1537 newtabstops[col >> 3] &= ~mask;
1543 newtabstops[col >> 3] |= mask;
1545 newtabstops[col >> 3] &= ~mask;
1549 state->tabstops = newtabstops;

Completed in 33 milliseconds