Commit Diff
--- tog/tog.c +++ tog/tog.c @@ -864,7 +864,7 @@ format_line(wchar_t **wlinep, int *widthp, const char break; case -1: if (wline[i] == L'\t') - cols += TABSIZE - ((cols + 1) % TABSIZE) + 1; + cols += TABSIZE - ((cols + 1) % TABSIZE); i++; break; default: