Sun Apr 12 03:09:17 1998 Norbert Warmuth <k3190@fh-sw.de>
* cmd.c (view_other_cmd): #ifdef'd application_keypad_mode and numeric_keypad_mode (don't include it in non text editions)
Этот коммит содержится в:
родитель
fd6cdb19cc
Коммит
f325bd79c0
@ -1,3 +1,8 @@
|
|||||||
|
Sun Apr 12 03:09:17 1998 Norbert Warmuth <k3190@fh-sw.de>
|
||||||
|
|
||||||
|
* cmd.c (view_other_cmd): #ifdef'd application_keypad_mode and
|
||||||
|
numeric_keypad_mode (don't include it in non text editions)
|
||||||
|
|
||||||
Sun Apr 12 02:48:26 1998 Norbert Warmuth <k3190@fh-sw.de>
|
Sun Apr 12 02:48:26 1998 Norbert Warmuth <k3190@fh-sw.de>
|
||||||
|
|
||||||
* xv/xvscreen.c: removed duplicate (conflicting) definition
|
* xv/xvscreen.c: removed duplicate (conflicting) definition
|
||||||
@ -5,7 +10,6 @@ Sun Apr 12 02:48:26 1998 Norbert Warmuth <k3190@fh-sw.de>
|
|||||||
|
|
||||||
Sun Apr 12 02:24:57 1998 Norbert Warmuth <k3190@fh-sw.de>
|
Sun Apr 12 02:24:57 1998 Norbert Warmuth <k3190@fh-sw.de>
|
||||||
|
|
||||||
|
|
||||||
* text.c (edition_post_exec), cmd.c (view_other_cmd): Don't change
|
* text.c (edition_post_exec), cmd.c (view_other_cmd): Don't change
|
||||||
the keypad mode when we don't use the alternate plus minus. Pavel
|
the keypad mode when we don't use the alternate plus minus. Pavel
|
||||||
forgot an if-clause when he replaced the escape sequences (or
|
forgot an if-clause when he replaced the escape sequences (or
|
||||||
|
@ -908,14 +908,11 @@ view_other_cmd (void)
|
|||||||
#ifndef HAVE_X
|
#ifndef HAVE_X
|
||||||
if (use_mouse_p)
|
if (use_mouse_p)
|
||||||
shut_mouse ();
|
shut_mouse ();
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef HAVE_X
|
|
||||||
if (clear_before_exec)
|
if (clear_before_exec)
|
||||||
clr_scr ();
|
clr_scr ();
|
||||||
#endif
|
|
||||||
if (alternate_plus_minus)
|
if (alternate_plus_minus)
|
||||||
numeric_keypad_mode ();
|
numeric_keypad_mode ();
|
||||||
|
#endif
|
||||||
#ifndef HAVE_SLANG
|
#ifndef HAVE_SLANG
|
||||||
/* With slang we don't want any of this, since there
|
/* With slang we don't want any of this, since there
|
||||||
* is no mc_raw_mode supported
|
* is no mc_raw_mode supported
|
||||||
@ -952,13 +949,13 @@ view_other_cmd (void)
|
|||||||
if (!status_using_ncurses)
|
if (!status_using_ncurses)
|
||||||
do_enter_ca_mode ();
|
do_enter_ca_mode ();
|
||||||
|
|
||||||
if (alternate_plus_minus)
|
|
||||||
application_keypad_mode ();
|
|
||||||
reset_prog_mode ();
|
reset_prog_mode ();
|
||||||
keypad(stdscr, TRUE);
|
keypad(stdscr, TRUE);
|
||||||
#ifndef HAVE_X
|
#ifndef HAVE_X
|
||||||
if (use_mouse_p)
|
if (use_mouse_p)
|
||||||
init_mouse ();
|
init_mouse ();
|
||||||
|
if (alternate_plus_minus)
|
||||||
|
application_keypad_mode ();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_SUBSHELL_SUPPORT
|
#ifdef HAVE_SUBSHELL_SUPPORT
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user