mirror of https://github.com/MidnightCommander/mc
* execute.c (toggle_panels): Refresh panels after returning from
Ctrl-O.
This commit is contained in:
parent
7c0f20bcb8
commit
ab4e930084
|
@ -1,5 +1,8 @@
|
|||
2003-11-27 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* execute.c (toggle_panels): Refresh panels after returning from
|
||||
Ctrl-O.
|
||||
|
||||
* cmd.c (view_file_cmd): Use input_expand_dialog().
|
||||
|
||||
* wtools.c (quick_dialog_skip): Perform tilde expansion on input
|
||||
|
|
|
@ -268,10 +268,10 @@ toggle_panels (void)
|
|||
1, LINES - keybar_visible - 1);
|
||||
}
|
||||
#endif /* HAVE_SUBSHELL_SUPPORT */
|
||||
touchwin (stdscr);
|
||||
|
||||
repaint_screen ();
|
||||
update_panels (UP_OPTIMIZE, UP_KEEPSEL);
|
||||
update_xterm_title_path ();
|
||||
do_refresh ();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue