Problem: Build fails on MS-Windows.
Solution: Move declaration to start of block.
VTermPos delta = { 0, 0 };
if(cols != state->cols) {
+ int col;
unsigned char *newtabstops = vterm_allocator_malloc(state->vt, (cols + 7) / 8);
if (newtabstops == NULL)
return 0;
/* TODO: This can all be done much more efficiently bytewise */
- int col;
for(col = 0; col < state->cols && col < cols; col++) {
unsigned char mask = 1 << (col & 7);
if(state->tabstops[col >> 3] & mask)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1220,
/**/
1219,
/**/