Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/src/
H A Dstate.c1776 unsigned char *newtabstops = vterm_allocator_malloc(state->vt, (cols + 7) / 8); in on_resize() local
1777 if (newtabstops == NULL) in on_resize()
1784 newtabstops[col >> 3] |= mask; in on_resize()
1786 newtabstops[col >> 3] &= ~mask; in on_resize()
1792 newtabstops[col >> 3] |= mask; in on_resize()
1794 newtabstops[col >> 3] &= ~mask; in on_resize()
1798 state->tabstops = newtabstops; in on_resize()