TABSTOP_MAX
int tabstops[TABSTOP_MAX] = { 0 }; /* Custom tabstops */
char tabs[60 + 11 * TABSTOP_MAX];
for (i = 1; i < TABSTOP_MAX; ) {