diff --git a/kernel/trunk/gui/charUni.mt b/kernel/trunk/gui/charUni.mt index 6e02f77f41..0cc5cf6999 100644 Binary files a/kernel/trunk/gui/charUni.mt and b/kernel/trunk/gui/charUni.mt differ diff --git a/programs/cmm/txtread/search.h b/programs/cmm/txtread/search.h index 40b3f3abbe..fdaac1b613 100644 --- a/programs/cmm/txtread/search.h +++ b/programs/cmm/txtread/search.h @@ -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); } }