mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-10 10:01:36 +03:00
Ticket #2611: FISH: broken panels drawing after entering password
Steps to reproduce: * run ssh daemon on your host; * run mc; * type cd sh://127.0.0.1; * type your password; * just one panel was shown, after pressing ctrl+r second panel will shown as well. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
db9a02fe0e
commit
b361722545
@ -260,6 +260,7 @@ post_exec (void)
|
||||
{
|
||||
edition_post_exec ();
|
||||
use_dash (TRUE);
|
||||
repaint_screen ();
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
|
Loading…
x
Reference in New Issue
Block a user