Let ncurses take care of expanding tabs by setting its TABSIZE variable
authorJonas Fonseca <fonseca@diku.dk>
Thu, 17 Apr 2008 12:11:59 +0000 (14:11 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Thu, 17 Apr 2008 12:11:59 +0000 (14:11 +0200)
commit32751def0d3db091d8a2bc46774ae9eaec5b031d
treeadbf1444283ba0054772539add727ded3695a759
parentedd085a6f706cfcba28cb3c7eadc69ce24d38988
Let ncurses take care of expanding tabs by setting its TABSIZE variable

Rename the default tab size from TABSIZE to TAB_SIZE, since it shadows
the public ncurses TABSIZE variable which controls how the waddch-family
expands tabs when drawing. This makes it possible to finally handle
tabsizes different from 8 for UTF-8.
tig.c