* 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>
|
||||
|
||||
* utilunix.c (canonicalize_pathname): Don't handle PATH_SEP
|
||||
|
@ -1553,7 +1553,6 @@ quick_view_cmd (void)
|
||||
change_panel ();
|
||||
set_display_type (MENU_PANEL_IDX, view_quick);
|
||||
}
|
||||
#endif /* !HAVE_X */
|
||||
|
||||
/* Handle the tree internal listing modes switching */
|
||||
static int
|
||||
@ -1596,4 +1595,5 @@ toggle_listing_cmd (void)
|
||||
return;
|
||||
set_basic_panel_listing_to (current, list_full);
|
||||
}
|
||||
#endif /* !HAVE_X */
|
||||
|
||||
|
@ -1806,9 +1806,10 @@ static const key_map default_map [] = {
|
||||
/* Panel refresh */
|
||||
{ XCTRL('r'), reread_cmd },
|
||||
|
||||
#ifndef HAVE_X
|
||||
/* Toggle listing between long, user defined and full formats */
|
||||
{ ALT('t'), toggle_listing_cmd },
|
||||
|
||||
#ifndef HAVE_X
|
||||
/* Swap panels */
|
||||
{ XCTRL('u'), swap_cmd },
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user