mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
* cmd.c [HAVE_X]: Removed dependency on status_using_ncurses
This commit is contained in:
parent
923540c16f
commit
c9cc154b7d
@ -1,5 +1,7 @@
|
||||
2000-08-22 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* cmd.c [HAVE_X]: Removed dependency on status_using_ncurses
|
||||
|
||||
* man2hlp.c: Removed undocumented feature - when converting
|
||||
to HTML some output would go to index.html instead of stdout
|
||||
|
||||
|
@ -949,9 +949,9 @@ view_other_cmd (void)
|
||||
#ifndef HAVE_X
|
||||
keypad(stdscr, FALSE);
|
||||
endwin ();
|
||||
#endif
|
||||
if (!status_using_ncurses)
|
||||
do_exit_ca_mode ();
|
||||
#endif
|
||||
mc_raw_mode ();
|
||||
if (console_flag)
|
||||
restore_console ();
|
||||
@ -976,10 +976,10 @@ view_other_cmd (void)
|
||||
if (console_flag)
|
||||
handle_console (CONSOLE_SAVE);
|
||||
|
||||
#ifndef HAVE_X
|
||||
if (!status_using_ncurses)
|
||||
do_enter_ca_mode ();
|
||||
|
||||
#ifndef HAVE_X
|
||||
reset_prog_mode ();
|
||||
keypad(stdscr, TRUE);
|
||||
if (use_mouse_p)
|
||||
|
Loading…
Reference in New Issue
Block a user