mirror of https://github.com/MidnightCommander/mc
(start_search): ret rid of extra screen redraw.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
cac689a81a
commit
d410af27c0
|
@ -2762,7 +2762,6 @@ start_search (WPanel * panel)
|
||||||
panel->quick_search.ch[0] = '\0';
|
panel->quick_search.ch[0] = '\0';
|
||||||
panel->quick_search.chpoint = 0;
|
panel->quick_search.chpoint = 0;
|
||||||
display_mini_info (panel);
|
display_mini_info (panel);
|
||||||
mc_refresh ();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue