X-Git-Url: https://git.tokkee.org/?p=tig.git;a=blobdiff_plain;f=tig.c;h=e0e812c605128f15d40c104d8ba1373c51ff3a0e;hp=2a31ddd03b89507c1ecde2cfc788f1110a54eb15;hb=f1fe753be71ef3ce5abcbb16c2a359f97e5c7e7d;hpb=0e324883ecdfcaade6061d518541572c327ae33a diff --git a/tig.c b/tig.c index 2a31ddd..e0e812c 100644 --- a/tig.c +++ b/tig.c @@ -7110,7 +7110,7 @@ init_display(void) keypad(status_win, TRUE); wbkgdset(status_win, get_line_attr(LINE_STATUS)); - TABSIZE = opt_tab_size; + set_tabsize(opt_tab_size); term = getenv("XTERM_VERSION") ? NULL : getenv("COLORTERM"); if (term && !strcmp(term, "gnome-terminal")) {