Fix highlighting of search matches, broken by earlier patch for underlining potential paths

darcs-hash:20060615105919-ac50b-fd54a58e3f7bdc93fd36e52891bafc7366c6e401.gz
This commit is contained in:
axel 2006-06-15 20:59:19 +10:00
parent d677b468db
commit 40558c2eb9

View File

@ -2238,7 +2238,7 @@ static void reader_super_highlight_me_plenty( wchar_t * buff, int *color, int po
*/
if( color[start+i]>>8 == 0 )
{
color[start+i] |= HIGHLIGHT_SEARCH_MATCH<<8;
color[start+i] |= HIGHLIGHT_SEARCH_MATCH<<16;
}
}
}