* slint.c (mc_refresh): Revert last change - it breaks screen
restoring on rxvt.
Этот коммит содержится в:
родитель
1ddf30732b
Коммит
e829a85981
@ -1,5 +1,8 @@
|
||||
2003-10-27 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* slint.c (mc_refresh): Revert last change - it breaks screen
|
||||
restoring on rxvt.
|
||||
|
||||
* tree.c (tree_rmdir_cmd): Don't change to the root directory -
|
||||
it's not needed now.
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include "main.h" /* extern: force_colors */
|
||||
#include "win.h" /* do_exit_ca_mode */
|
||||
#include "setup.h"
|
||||
#include "dialog.h" /* current_dlg */
|
||||
#include "background.h" /* we_are_background */
|
||||
|
||||
#ifdef HAVE_SLANG
|
||||
|
||||
@ -524,6 +524,8 @@ int got_interrupt (void)
|
||||
void
|
||||
mc_refresh (void)
|
||||
{
|
||||
if (current_dlg)
|
||||
#ifdef WITH_BACKGROUND
|
||||
if (!we_are_background)
|
||||
#endif /* WITH_BACKGROUND */
|
||||
refresh ();
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user