mcedit annoying syntax highlight changes
Jan Engelhardt
jengelh at medozas.de
Sat Jun 28 12:33:59 UTC 2008
Hi,
starting with mc 4.6.2, there have been changes to the syntax
highlighting, specifically displaying whitespace.
int main(void)
{
<------>if (this) {
<------><------>that;
<------>}
}
While I welcome this, I sometimes prefer to have it turned off[1].
Looking at the source code, I see no tunable to control displaying
whitespace, nor a color setting to make it at least the same as the
background color.
[1] http://tinyurl.com/4e7su9
edit/editdraw.c line 118:
int visible_tabs = 1, visible_tws = 1;
all other uses of these variables are read-only.
More information about the mc-devel
mailing list