* main.c (default_map) [HAVE_X]: Disable Alt-T.
* cmd.c [HAVE_X]: Eliminate set_basic_panel_listing_to() and toggle_listing_cmd().
Этот коммит содержится в:
родитель
4ca052e8c7
Коммит
9e7e7037f8
@ -1,3 +1,9 @@
|
|||||||
|
2001-07-14 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* main.c (default_map) [HAVE_X]: Disable Alt-T.
|
||||||
|
* cmd.c [HAVE_X]: Eliminate set_basic_panel_listing_to() and
|
||||||
|
toggle_listing_cmd().
|
||||||
|
|
||||||
2001-07-13 Pavel Roskin <proski@gnu.org>
|
2001-07-13 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* utilunix.c (canonicalize_pathname): Don't handle PATH_SEP
|
* utilunix.c (canonicalize_pathname): Don't handle PATH_SEP
|
||||||
|
@ -1553,7 +1553,6 @@ quick_view_cmd (void)
|
|||||||
change_panel ();
|
change_panel ();
|
||||||
set_display_type (MENU_PANEL_IDX, view_quick);
|
set_display_type (MENU_PANEL_IDX, view_quick);
|
||||||
}
|
}
|
||||||
#endif /* !HAVE_X */
|
|
||||||
|
|
||||||
/* Handle the tree internal listing modes switching */
|
/* Handle the tree internal listing modes switching */
|
||||||
static int
|
static int
|
||||||
@ -1596,4 +1595,5 @@ toggle_listing_cmd (void)
|
|||||||
return;
|
return;
|
||||||
set_basic_panel_listing_to (current, list_full);
|
set_basic_panel_listing_to (current, list_full);
|
||||||
}
|
}
|
||||||
|
#endif /* !HAVE_X */
|
||||||
|
|
||||||
|
@ -1806,9 +1806,10 @@ static const key_map default_map [] = {
|
|||||||
/* Panel refresh */
|
/* Panel refresh */
|
||||||
{ XCTRL('r'), reread_cmd },
|
{ XCTRL('r'), reread_cmd },
|
||||||
|
|
||||||
|
#ifndef HAVE_X
|
||||||
|
/* Toggle listing between long, user defined and full formats */
|
||||||
{ ALT('t'), toggle_listing_cmd },
|
{ ALT('t'), toggle_listing_cmd },
|
||||||
|
|
||||||
#ifndef HAVE_X
|
|
||||||
/* Swap panels */
|
/* Swap panels */
|
||||||
{ XCTRL('u'), swap_cmd },
|
{ XCTRL('u'), swap_cmd },
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user