From cfa9ecbfd279d83ddd3849a34b2f71a93bbdc6a5 Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 16 Nov 2006 22:58:03 +1000 Subject: [PATCH] =?UTF-8?q?Drop=20search=20highlighting=20when=20exiting?= =?UTF-8?q?=20search=20mode.=20Thanks=20to=20Philip=20Ganchev=20and=20Mart?= =?UTF-8?q?in=20B=C3=A4hr=20for=20the=20bug=20reports.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20061116125803-ac50b-6eb95d76c3679a32db940a698466381ef7822b9e.gz --- reader.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reader.c b/reader.c index 77ac5297a..f21cb3861 100644 --- a/reader.c +++ b/reader.c @@ -2296,6 +2296,7 @@ wchar_t *reader_readline() reader_replace_current_token( data->search_buff ); } *data->search_buff=0; + reader_super_highlight_me_plenty( data->buff_pos, 0 ); repaint(); }