charUni.mt: invisible tab and new line characters by Pathoswithin

git-svn-id: svn://kolibrios.org@7895 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2020-05-08 08:12:08 +00:00
parent bdd9a3634d
commit e0f03c3085
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -141,7 +141,7 @@ int SEARCH::highlight(dword _color, _bg_color)
col=_color;
found_count++;
}
draw_bar(0, atoi(pos.get(i)), 3, list.item_h, col);
//draw_bar(0, atoi(pos.get(i)), 3, list.item_h, col);
}
}