Searched refs:newtabstops (Results 1 – 1 of 1) sorted by relevance
1585 unsigned char *newtabstops = vterm_allocator_malloc(state->vt, (cols + 7) / 8); in on_resize() local1592 newtabstops[col >> 3] |= mask; in on_resize()1594 newtabstops[col >> 3] &= ~mask; in on_resize()1600 newtabstops[col >> 3] |= mask; in on_resize()1602 newtabstops[col >> 3] &= ~mask; in on_resize()1606 state->tabstops = newtabstops; in on_resize()