author | Jonas Fonseca <fonseca@diku.dk> | |
Thu, 17 Apr 2008 12:11:59 +0000 (14:11 +0200) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Thu, 17 Apr 2008 12:11:59 +0000 (14:11 +0200) | ||
commit | 32751def0d3db091d8a2bc46774ae9eaec5b031d | |
tree | adbf1444283ba0054772539add727ded3695a759 | tree | snapshot |
parent | edd085a6f706cfcba28cb3c7eadc69ce24d38988 | commit | diff |
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.
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 | diff | blob | history |