* execute.c (toggle_panels): Refresh panels after returning from

Ctrl-O.
This commit is contained in:
Pavel Roskin 2003-11-27 18:19:57 +00:00
parent 7c0f20bcb8
commit ab4e930084
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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 ();
}