From 02eb856e448cdf2103e6e1e1a48b39a04c5c8559 Mon Sep 17 00:00:00 2001 From: axel Date: Tue, 12 Sep 2006 00:39:35 +1000 Subject: [PATCH] =?UTF-8?q?Don't=20syntax=20highlight=20the=20character=20?= =?UTF-8?q?under=20the=20cursor,=20since=20that=20may=20hide=20the=20curso?= =?UTF-8?q?r.=20Thanks=20to=20Matin=20B=C3=A4hr=20and=20Philip=20Ganchev?= =?UTF-8?q?=20for=20the=20reports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20060911143935-ac50b-e1502365aeba0f4d97976f688329cbfc4b9871a4.gz --- reader.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reader.c b/reader.c index 5d44bf1b1..aba306d32 100644 --- a/reader.c +++ b/reader.c @@ -2324,6 +2324,9 @@ static void reader_super_highlight_me_plenty( wchar_t * buff, int *color, int po } } } + + color[pos] = 0; + }