1 /* Main program for the Midnight Commander
2 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
5 Written by: 1994, 1995, 1996, 1997 Miguel de Icaza
6 1994, 1995 Janne Kukonlehto
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
24 * \brief Source: this is a main module
36 #include <sys/types.h>
40 #include <pwd.h> /* for username in xterm title */
42 #include "lib/global.h"
44 #include "lib/tty/tty.h"
45 #include "lib/tty/mouse.h"
46 #include "lib/tty/key.h" /* For init_key() */
47 #include "lib/tty/win.h" /* xterm_flag */
51 #include "lib/mcconfig.h"
52 #include "lib/filehighlight.h"
53 #include "lib/fileloc.h" /* MC_USERCONF_DIR */
55 #include "lib/vfs/mc-vfs/vfs.h" /* vfs_translate_url() */
58 #include "lib/vfs/mc-vfs/smbfs.h" /* smbfs_set_debug() */
59 #endif /* ENABLE_VFS_SMB */
62 #include "lib/vfs/mc-vfs/gc.h"
65 #include "lib/strutil.h"
75 #include "treestore.h"
76 #include "consaver/cons.saver.h"
78 #include "setup.h" /* save_setup() */
79 #include "boxes.h" /* sort_box() */
81 #include "cmd.h" /* Normal commands */
84 #include "learn.h" /* learn_keys() */
87 #include "ext.h" /* For flush_extension_file() */
91 #include "cmddef.h" /* CK_ cmd name const */
92 #include "user.h" /* user_file_menu_cmd() */
102 #ifdef USE_INTERNAL_EDIT
103 # include "src/editor/edit.h"
107 #include "charsets.h"
108 #endif /* HAVE_CHARSET */
111 #include "keybind.h" /* type global_keymap_t */
113 /* When the modes are active, left_panel, right_panel and tree_panel */
114 /* Point to a proper data structure. You should check with the functions */
115 /* get_current_type and get_other_type the types of the panels before using */
116 /* This pointer variables */
118 /* The structures for the panels */
119 WPanel
*left_panel
= NULL
;
120 WPanel
*right_panel
= NULL
;
122 mc_fhl_t
*mc_filehighlight
;
124 /* The pointer to the tree */
125 WTree
*the_tree
= NULL
;
128 struct WMenuBar
*the_menubar
= NULL
;
130 /* Pointers to the selected and unselected panel */
131 WPanel
*current_panel
= NULL
;
133 /* Set if the command is being run from the "Right" menu */
136 /* Set when main loop should be terminated */
137 volatile int quit
= 0;
139 /* Set if you want the possible completions dialog for the first time */
140 int show_all_if_ambiguous
= 0;
142 /* Set when cd symlink following is desirable (bash mode) */
145 /* If set then dialogs just clean the screen when refreshing, else */
146 /* they do a complete refresh, refreshing all the parts of the program */
147 int fast_refresh
= 0;
149 /* If true, marking a files moves the cursor down */
150 int mark_moves_down
= 1;
152 /* If true, at startup the user-menu is invoked */
155 /* If true, then the +, - and \ keys have their special meaning only if the
156 * command line is emtpy, otherwise they behave like regular letters
158 int only_leading_plus_minus
= 1;
160 int pause_after_run
= pause_on_dumb_terminals
;
162 /* It true saves the setup when quitting */
163 int auto_save_setup
= 1;
167 * Don't restrict the output on the screen manager level,
168 * the translation tables take care of it.
170 #define full_eight_bits (1)
171 #define eight_bit_clean (1)
172 #else /* HAVE_CHARSET */
173 /* If true, allow characters in the range 160-255 */
174 int eight_bit_clean
= 1;
176 * If true, also allow characters in the range 128-159.
177 * This is reported to break on many terminals (xterm, qansi-m).
179 int full_eight_bits
= 0;
180 #endif /* !HAVE_CHARSET */
183 * If utf-8 terminal utf8_display = 1
184 * Display bits set UTF-8
187 int utf8_display
= 0;
189 /* If true use the internal viewer */
190 int use_internal_view
= 1;
192 /* Have we shown the fast-reload warning in the past? */
193 int fast_reload_w
= 0;
195 /* Move page/item? When clicking on the top or bottom of a panel */
196 int mouse_move_pages
= 1;
198 /* If true: l&r arrows are used to chdir if the input line is empty */
199 int navigate_with_arrows
= 0;
202 const char *mc_prompt
= NULL
;
204 /* The widget where we draw the prompt */
213 /* Mouse type: GPM, xterm or none */
214 Mouse_Type use_mouse_p
= MOUSE_NONE
;
216 /* If on, default for "No" in delete operations */
219 /* Controls screen clearing before an exec */
220 int clear_before_exec
= 1;
222 /* Asks for confirmation before deleting a file */
223 int confirm_delete
= 1;
225 /* Asks for confirmation before deleting a hotlist entry */
226 int confirm_directory_hotlist_delete
= 1;
228 /* Asks for confirmation before overwriting a file */
229 int confirm_overwrite
= 1;
231 /* Asks for confirmation before executing a program by pressing enter */
232 int confirm_execute
= 0;
234 /* Asks for confirmation before leaving the program */
235 int confirm_exit
= 1;
237 /* Asks for confirmation before clean up of history */
238 int confirm_history_cleanup
= 1;
240 /* Asks for confirmation when using F3 to view a directory and there
242 int confirm_view_dir
= 0;
244 /* This flag indicates if the pull down menus by default drop down */
247 /* The dialog handle for the main program */
248 Dlg_head
*midnight_dlg
= NULL
;
250 /* Subshell: if set, then the prompt was not saved on CONSOLE_SAVE */
251 /* We need to paint it after CONSOLE_RESTORE, see: load_prompt */
252 int update_prompt
= 0;
254 /* The home directory */
255 const char *home_dir
= NULL
;
258 int option_tab_spacing
= 8;
260 /* The value of the other directory, only used when loading the setup */
261 char *other_dir
= NULL
;
263 /* Only used at program boot */
264 int boot_current_is_left
= 1;
266 static char *this_dir
= NULL
;
268 /* If this is true, then when browsing the tree the other window will
269 * automatically reload it's directory with the contents of the currently
270 * selected directory.
274 /* If set, then print to the given file the last directory we were at */
275 static char *last_wd_string
= NULL
;
276 /* Set to 1 to suppress printing the last directory */
277 static int print_last_revert
= 0;
279 /* File name to view if argument was supplied */
280 const char *view_one_file
= NULL
;
282 /* File name to edit if argument was supplied */
283 const char *edit_one_file
= NULL
;
285 /* Line to start the editor on */
286 static int edit_one_file_start_line
= 0;
288 /* Used so that widgets know if they are being destroyed or
290 int midnight_shutdown
= 0;
292 /* The user's shell */
295 /* mc_home: The home of MC - /etc/mc or defined by MC_DATADIR */
296 char *mc_home
= NULL
;
298 /* mc_home_alt: Alternative home of MC - deprecated /usr/share/mc */
299 char *mc_home_alt
= NULL
;
301 /* Define this function for glib-style error handling */
303 mc_main_error_quark (void)
305 return g_quark_from_static_string (PACKAGE
);
308 #ifdef USE_INTERNAL_EDIT
309 GArray
*editor_keymap
= NULL
;
310 GArray
*editor_x_keymap
= NULL
;
312 GArray
*viewer_keymap
= NULL
;
313 GArray
*viewer_hex_keymap
= NULL
;
314 GArray
*main_keymap
= NULL
;
315 GArray
*main_x_keymap
= NULL
;
316 GArray
*panel_keymap
= NULL
;
317 GArray
*input_keymap
= NULL
;
318 GArray
*tree_keymap
= NULL
;
319 GArray
*help_keymap
= NULL
;
321 const global_keymap_t
*main_map
;
322 const global_keymap_t
*main_x_map
;
324 /* Save current stat of directories to avoid reloading the panels */
325 /* when no modifications have taken place */
327 save_cwds_stat (void)
330 mc_stat (current_panel
->cwd
, &(current_panel
->dir_stat
));
331 if (get_other_type () == view_listing
)
332 mc_stat (other_panel
->cwd
, &(other_panel
->dir_stat
));
336 #ifdef HAVE_SUBSHELL_SUPPORT
338 do_update_prompt (void)
341 printf ("\r\n%s", subshell_prompt
);
346 #endif /* HAVE_SUBSHELL_SUPPORT */
351 free_completions (cmdline
);
352 dlg_one_down (midnight_dlg
);
355 /* Stop MC main dialog and the current dialog if it exists.
356 * Needed to provide fast exit from MC viewer or editor on shell exit */
360 midnight_dlg
->running
= 0;
362 current_dlg
->running
= 0;
367 quit_cmd_internal (int quiet
)
371 if (quiet
|| !confirm_exit
) {
375 (_(" The Midnight Commander "),
376 _(" Do you really want to quit the Midnight Commander? "), D_NORMAL
,
377 2, _("&Yes"), _("&No")) == 0)
381 #ifdef HAVE_SUBSHELL_SUPPORT
384 else if ((q
= exit_subshell ()))
396 quit_cmd_internal (0);
400 quiet_quit_cmd (void)
402 print_last_revert
= 1;
403 quit_cmd_internal (1);
406 /* Wrapper for do_subshell_chdir, check for availability of subshell */
408 subshell_chdir (const char *directory
)
410 #ifdef HAVE_SUBSHELL_SUPPORT
412 if (vfs_current_is_local ())
413 do_subshell_chdir (directory
, 0, 1);
415 #endif /* HAVE_SUBSHELL_SUPPORT */
419 directory_history_add (struct WPanel
*panel
, const char *dir
)
423 tmp
= g_strdup (dir
);
424 strip_password (tmp
, 1);
426 panel
->dir_history
= list_append_unique (panel
->dir_history
, tmp
);
430 * If we moved to the parent directory move the selection pointer to
431 * the old directory name; If we leave VFS dir, remove FS specificator.
433 * You do _NOT_ want to add any vfs aware code here. <pavel@ucw.cz>
436 get_parent_dir_name (const char *cwd
, const char *lwd
)
439 if (strlen (lwd
) > strlen (cwd
))
440 if ((p
= strrchr (lwd
, PATH_SEP
)) && !strncmp (cwd
, lwd
, p
- lwd
) &&
441 ((gsize
)strlen (cwd
) == (gsize
) p
- (gsize
) lwd
|| (p
== lwd
&& cwd
[0] == PATH_SEP
&&
449 * Changes the current directory of the panel.
450 * Don't record change in the directory history.
453 _do_panel_cd (WPanel
*panel
, const char *new_dir
, enum cd_enum cd_type
)
455 const char *directory
;
457 char temp
[MC_MAXPATHLEN
];
458 char *translated_url
;
460 if (cd_type
== cd_parse_command
) {
461 while (*new_dir
== ' ')
465 olddir
= g_strdup (panel
->cwd
);
466 new_dir
= translated_url
= vfs_translate_url (new_dir
);
468 /* Convert *new_path to a suitable pathname, handle ~user */
470 if (cd_type
== cd_parse_command
) {
471 if (!strcmp (new_dir
, "-")) {
472 strcpy (temp
, panel
->lwd
);
476 directory
= *new_dir
? new_dir
: home_dir
;
478 if (mc_chdir (directory
) == -1) {
479 strcpy (panel
->cwd
, olddir
);
481 g_free (translated_url
);
484 g_free (translated_url
);
486 /* Success: save previous directory, shutdown status of previous dir */
487 strcpy (panel
->lwd
, olddir
);
488 free_completions (cmdline
);
490 mc_get_current_wd (panel
->cwd
, sizeof (panel
->cwd
) - 2);
492 vfs_release_path (olddir
);
494 subshell_chdir (panel
->cwd
);
496 /* Reload current panel */
497 panel_clean_dir (panel
);
499 do_load_dir (panel
->cwd
, &panel
->dir
, panel
->current_sort_field
->sort_routine
,
500 panel
->reverse
, panel
->case_sensitive
,
501 panel
->exec_first
, panel
->filter
);
502 try_to_select (panel
, get_parent_dir_name (panel
->cwd
, olddir
));
505 update_xterm_title_path ();
513 * Changes the current directory of the panel.
514 * Record change in the directory history.
517 do_panel_cd (struct WPanel
*panel
, const char *new_dir
, enum cd_enum cd_type
)
521 r
= _do_panel_cd (panel
, new_dir
, cd_type
);
523 directory_history_add (panel
, panel
->cwd
);
528 do_cd (const char *new_dir
, enum cd_enum exact
)
530 return (do_panel_cd (current_panel
, new_dir
, exact
));
534 directory_history_next (WPanel
*panel
)
538 nextdir
= g_list_next (panel
->dir_history
);
543 if (_do_panel_cd (panel
, (char *) nextdir
->data
, cd_exact
))
544 panel
->dir_history
= nextdir
;
548 directory_history_prev (WPanel
*panel
)
552 prevdir
= g_list_previous (panel
->dir_history
);
557 if (_do_panel_cd (panel
, (char *) prevdir
->data
, cd_exact
))
558 panel
->dir_history
= prevdir
;
562 directory_history_list (WPanel
*panel
)
566 s
= show_hist (&panel
->dir_history
, &panel
->widget
);
569 if (_do_panel_cd (panel
, s
, cd_exact
))
570 directory_history_add (panel
, panel
->cwd
);
572 message (D_ERROR
, MSG_ERROR
, _("Cannot change directory"));
577 #ifdef HAVE_SUBSHELL_SUPPORT
579 load_prompt (int fd
, void *unused
)
584 if (!read_subshell_prompt ())
587 /* Don't actually change the prompt if it's invisible */
588 if (current_dlg
== midnight_dlg
&& command_prompt
) {
592 tmp_prompt
= strip_ctrl_codes (subshell_prompt
);
593 prompt_len
= str_term_width1 (tmp_prompt
);
595 /* Check for prompts too big */
596 if (COLS
> 8 && prompt_len
> COLS
- 8) {
597 tmp_prompt
[COLS
- 8] = '\0';
598 prompt_len
= COLS
- 8;
600 mc_prompt
= tmp_prompt
;
601 label_set_text (the_prompt
, mc_prompt
);
602 winput_set_origin ((WInput
*) cmdline
, prompt_len
,
605 /* since the prompt has changed, and we are called from one of the
606 * tty_get_event channels, the prompt updating does not take place
607 * automatically: force a cursor update and a screen refresh
609 update_cursor (midnight_dlg
);
615 #endif /* HAVE_SUBSHELL_SUPPORT */
621 const panel_field_t
*sort_order
;
623 if (!SELECTED_IS_PANEL
)
627 sort_order
= sort_box (p
->current_sort_field
, &p
->reverse
,
631 panel_set_sort_order (p
, sort_order
);
640 sel_dir
= tree_box (selection (current_panel
)->fname
);
642 do_cd (sel_dir
, cd_exact
);
647 #ifdef LISTMODE_EDITOR
653 if (get_current_type () != view_listing
)
656 newmode
= listmode_edit (current_panel
->user_format
);
660 g_free (current_panel
->user_format
);
661 current_panel
->list_type
= list_user
;
662 current_panel
->user_format
= newmode
;
663 set_panel_formats (current_panel
);
667 #endif /* LISTMODE_EDITOR */
669 /* NOTICE: hotkeys specified here are overriden in menubar_paint_idx (alex) */
671 create_panel_menu (void)
673 GList
*entries
= NULL
;
675 entries
= g_list_append (entries
, menu_entry_create (_("&Listing mode..."), CK_ListingCmd
));
676 entries
= g_list_append (entries
, menu_entry_create (_("&Quick view"), CK_QuickViewCmd
));
677 entries
= g_list_append (entries
, menu_entry_create (_("&Info" ), CK_InfoCmd
));
678 entries
= g_list_append (entries
, menu_entry_create (_("&Tree"), CK_TreeCmd
));
679 entries
= g_list_append (entries
, menu_separator_create ());
680 entries
= g_list_append (entries
, menu_entry_create (_("&Sort order..."), CK_Sort
));
681 entries
= g_list_append (entries
, menu_separator_create ());
682 entries
= g_list_append (entries
, menu_entry_create (_("&Filter..."), CK_FilterCmd
));
684 entries
= g_list_append (entries
, menu_separator_create ());
685 entries
= g_list_append (entries
, menu_entry_create (_("&Encoding..."), CK_PanelSetPanelEncoding
));
688 entries
= g_list_append (entries
, menu_separator_create ());
689 #ifdef ENABLE_VFS_MCFS
690 entries
= g_list_append (entries
, menu_entry_create (_("&Network link..."), CK_NetlinkCmd
));
692 entries
= g_list_append (entries
, menu_entry_create (_("FT&P link..."), CK_FtplinkCmd
));
693 entries
= g_list_append (entries
, menu_entry_create (_("S&hell link..."), CK_FishlinkCmd
));
694 #ifdef ENABLE_VFS_SMB
695 entries
= g_list_append (entries
, menu_entry_create (_("SM&B link..."), CK_SmblinkCmd
));
696 #endif /* ENABLE_VFS_SMB */
698 entries
= g_list_append (entries
, menu_separator_create ());
699 entries
= g_list_append (entries
, menu_entry_create (_("&Rescan"), CK_RereadCmd
));
705 create_file_menu (void)
707 GList
*entries
= NULL
;
709 entries
= g_list_append (entries
, menu_entry_create (_("&View"), CK_ViewCmd
));
710 entries
= g_list_append (entries
, menu_entry_create (_("Vie&w file..."), CK_ViewFileCmd
));
711 entries
= g_list_append (entries
, menu_entry_create (_("&Filtered view"), CK_FilteredViewCmd
));
712 entries
= g_list_append (entries
, menu_entry_create (_("&Edit"), CK_EditCmd
));
713 entries
= g_list_append (entries
, menu_entry_create (_("&Copy"), CK_CopyCmd
));
714 entries
= g_list_append (entries
, menu_entry_create (_("C&hmod"), CK_ChmodCmd
));
715 entries
= g_list_append (entries
, menu_entry_create (_("&Link"), CK_LinkCmd
));
716 entries
= g_list_append (entries
, menu_entry_create (_("&SymLink"), CK_SymlinkCmd
));
717 entries
= g_list_append (entries
, menu_entry_create (_("Edit s&ymlink"), CK_EditSymlinkCmd
));
718 entries
= g_list_append (entries
, menu_entry_create (_("Ch&own"), CK_ChownCmd
));
719 entries
= g_list_append (entries
, menu_entry_create (_("&Advanced chown"), CK_ChownAdvancedCmd
));
720 entries
= g_list_append (entries
, menu_entry_create (_("&Rename/Move"), CK_RenameCmd
));
721 entries
= g_list_append (entries
, menu_entry_create (_("&Mkdir"), CK_MkdirCmd
));
722 entries
= g_list_append (entries
, menu_entry_create (_("&Delete"), CK_DeleteCmd
));
723 entries
= g_list_append (entries
, menu_entry_create (_("&Quick cd"), CK_QuickCdCmd
));
724 entries
= g_list_append (entries
, menu_separator_create ());
725 entries
= g_list_append (entries
, menu_entry_create (_("Select &group"), CK_SelectCmd
));
726 entries
= g_list_append (entries
, menu_entry_create (_("U&nselect group"), CK_UnselectCmd
));
727 entries
= g_list_append (entries
, menu_entry_create (_("Reverse selec&tion"), CK_ReverseSelectionCmd
));
728 entries
= g_list_append (entries
, menu_separator_create ());
729 entries
= g_list_append (entries
, menu_entry_create (_("E&xit"), CK_QuitCmd
));
735 create_command_menu (void)
737 /* I know, I'm lazy, but the tree widget when it's not running
738 * as a panel still has some problems, I have not yet finished
739 * the WTree widget port, sorry.
741 GList
*entries
= NULL
;
743 entries
= g_list_append (entries
, menu_entry_create (_("&User menu"), CK_UserMenuCmd
));
744 entries
= g_list_append (entries
, menu_entry_create (_("&Directory tree"), CK_TreeBoxCmd
));
745 entries
= g_list_append (entries
, menu_entry_create (_("&Find file"), CK_FindCmd
));
746 entries
= g_list_append (entries
, menu_entry_create (_("S&wap panels"), CK_SwapCmd
));
747 entries
= g_list_append (entries
, menu_entry_create (_("Switch &panels on/off"), CK_ShowCommandLine
));
748 entries
= g_list_append (entries
, menu_entry_create (_("&Compare directories"), CK_CompareDirsCmd
));
749 entries
= g_list_append (entries
, menu_entry_create (_("E&xternal panelize"), CK_ExternalPanelize
));
750 entries
= g_list_append (entries
, menu_entry_create (_("Show directory s&izes"), CK_SingleDirsizeCmd
));
751 entries
= g_list_append (entries
, menu_separator_create ());
752 entries
= g_list_append (entries
, menu_entry_create (_("Command &history"), CK_HistoryCmd
));
753 entries
= g_list_append (entries
, menu_entry_create (_("Di&rectory hotlist"), CK_QuickChdirCmd
));
755 entries
= g_list_append (entries
, menu_entry_create (_("&Active VFS list"), CK_ReselectVfs
));
757 #ifdef WITH_BACKGROUND
758 entries
= g_list_append (entries
, menu_entry_create (_("&Background jobs"), CK_JobsCmd
));
760 entries
= g_list_append (entries
, menu_separator_create ());
762 entries
= g_list_append (entries
, menu_entry_create (_("&Undelete files (ext2fs only)"), CK_UndeleteCmd
));
764 #ifdef LISTMODE_EDITOR
765 entries
= g_list_append (entries
, menu_entry_create (_("&Listing format edit"), CK_ListmodeCmd
));
767 #if defined (USE_EXT2FSLIB) || defined (LISTMODE_EDITOR)
768 entries
= g_list_append (entries
, menu_separator_create ());
770 entries
= g_list_append (entries
, menu_entry_create (_("Edit &extension file"), CK_EditExtFileCmd
));
771 entries
= g_list_append (entries
, menu_entry_create (_("Edit &menu file"), CK_EditMcMenuCmd
));
772 entries
= g_list_append (entries
, menu_entry_create (_("Edit hi&ghlighting group file"), CK_EditFhlFileCmd
));
778 create_options_menu (void)
780 GList
*entries
= NULL
;
782 entries
= g_list_append (entries
, menu_entry_create (_("&Configuration..."), CK_ConfigureBox
));
783 entries
= g_list_append (entries
, menu_entry_create (_("&Layout..."), CK_LayoutCmd
));
784 entries
= g_list_append (entries
, menu_entry_create (_("C&onfirmation..."), CK_ConfirmBox
));
785 entries
= g_list_append (entries
, menu_entry_create (_("&Display bits..."), CK_DisplayBitsBox
));
786 entries
= g_list_append (entries
, menu_entry_create (_("Learn &keys..."), CK_LearnKeys
));
788 entries
= g_list_append (entries
, menu_entry_create (_("&Virtual FS..."), CK_ConfigureVfs
));
790 entries
= g_list_append (entries
, menu_separator_create ());
791 entries
= g_list_append (entries
, menu_entry_create (_("&Save setup"), CK_SaveSetupCmd
));
799 menubar_add_menu (the_menubar
,
800 create_menu (horizontal_split
? _("&Above") : _("&Left"),
801 create_panel_menu (), "[Left and Right Menus]"));
802 menubar_add_menu (the_menubar
,
803 create_menu (_("&File"), create_file_menu (), "[File Menu]"));
804 menubar_add_menu (the_menubar
,
805 create_menu (_("&Command"), create_command_menu (), "[Command Menu]"));
806 menubar_add_menu (the_menubar
,
807 create_menu (_("&Options"), create_options_menu (), "[Options Menu]"));
808 menubar_add_menu (the_menubar
,
809 create_menu (horizontal_split
? _("&Below") : _("&Right"),
810 create_panel_menu (), "[Left and Right Menus]"));
816 menubar_set_menu (the_menubar
, NULL
);
820 menu_last_selected_cmd (void)
822 the_menubar
->is_active
= TRUE
;
823 the_menubar
->is_dropped
= (drop_menus
!= 0);
824 the_menubar
->previous_widget
= midnight_dlg
->current
->dlg_id
;
825 dlg_select_widget (the_menubar
);
831 if (the_menubar
->is_active
)
834 if ((get_current_index () == 0) == (current_panel
->active
!= 0))
835 the_menubar
->selected
= 0;
837 the_menubar
->selected
= g_list_length (the_menubar
->menu
) - 1;
838 menu_last_selected_cmd ();
842 midnight_get_shortcut (unsigned long command
)
845 const char *shortcut
= NULL
;
847 shortcut
= lookup_keymap_shortcut (main_map
, command
);
848 if (shortcut
!= NULL
)
849 return g_strdup (shortcut
);
851 shortcut
= lookup_keymap_shortcut (panel_map
, command
);
852 if (shortcut
!= NULL
)
853 return g_strdup (shortcut
);
855 ext_map
= lookup_keymap_shortcut (main_map
, CK_StartExtMap1
);
857 shortcut
= lookup_keymap_shortcut (main_x_map
, command
);
858 if (shortcut
!= NULL
)
859 return g_strdup_printf ("%s %s", ext_map
, shortcut
);
864 /* Flag toggling functions */
866 toggle_fast_reload (void)
868 fast_reload
= !fast_reload
;
869 if (fast_reload_w
== 0 && fast_reload
) {
870 message (D_NORMAL
, _(" Information "),
872 (" Using the fast reload option may not reflect the exact \n"
873 " directory contents. In this case you'll need to do a \n"
874 " manual reload of the directory. See the man page for \n"
881 toggle_mix_all_files (void)
883 mix_all_files
= !mix_all_files
;
884 update_panels (UP_RELOAD
, UP_KEEPSEL
);
888 toggle_show_backup (void)
890 show_backups
= !show_backups
;
891 update_panels (UP_RELOAD
, UP_KEEPSEL
);
895 toggle_show_hidden (void)
897 show_dot_files
= !show_dot_files
;
898 update_panels (UP_RELOAD
, UP_KEEPSEL
);
902 toggle_panels_split (void)
904 horizontal_split
= !horizontal_split
;
910 toggle_kilobyte_si (void)
912 kilobyte_si
= !kilobyte_si
;
913 update_panels (UP_RELOAD
, UP_KEEPSEL
);
917 * Just a hack for allowing url-like pathnames to be accepted from the
921 translated_mc_chdir (char *dir
)
925 newdir
= vfs_translate_url (dir
);
935 panel_view_mode_t current_mode
, other_mode
;
936 char original_dir
[BUF_1K
] = "\0";
938 if (boot_current_is_left
) {
941 current_mode
= startup_left_mode
;
942 other_mode
= startup_right_mode
;
946 current_mode
= startup_right_mode
;
947 other_mode
= startup_left_mode
;
949 /* Creates the left panel */
952 /* Ok, user has specified two dirs, save the original one,
953 * since we may not be able to chdir to the proper
954 * second directory later
956 mc_get_current_wd (original_dir
, sizeof (original_dir
) - 2);
958 translated_mc_chdir (this_dir
);
960 set_display_type (current_index
, current_mode
);
962 /* The other panel */
964 if (original_dir
[0] != '\0')
965 translated_mc_chdir (original_dir
);
966 translated_mc_chdir (other_dir
);
968 set_display_type (other_index
, other_mode
);
970 if (startup_left_mode
== view_listing
) {
971 current_panel
= left_panel
;
974 current_panel
= right_panel
;
976 current_panel
= left_panel
;
979 /* Create the nice widgets */
980 cmdline
= command_new (0, 0, 0);
981 the_prompt
= label_new (0, 0, mc_prompt
);
982 the_prompt
->transparent
= 1;
983 the_bar
= buttonbar_new (keybar_visible
);
985 the_hint
= label_new (0, 0, 0);
986 the_hint
->transparent
= 1;
987 the_hint
->auto_adjust_cols
= 0;
988 the_hint
->widget
.cols
= COLS
;
990 the_menubar
= menubar_new (0, 0, COLS
, NULL
);
994 copy_current_pathname (void)
1000 cwd_path
= remove_encoding_from_path (current_panel
->cwd
);
1001 command_insert (cmdline
, cwd_path
, 0);
1003 if (cwd_path
[strlen (cwd_path
) - 1] != PATH_SEP
)
1004 command_insert (cmdline
, PATH_SEP_STR
, 0);
1009 copy_other_pathname (void)
1013 if (get_other_type () != view_listing
)
1016 if (!command_prompt
)
1019 cwd_path
= remove_encoding_from_path (other_panel
->cwd
);
1020 command_insert (cmdline
, cwd_path
, 0);
1022 if (cwd_path
[strlen (cwd_path
) - 1] != PATH_SEP
)
1023 command_insert (cmdline
, PATH_SEP_STR
, 0);
1028 copy_readlink (WPanel
*panel
)
1030 if (!command_prompt
)
1032 if (S_ISLNK (selection (panel
)->st
.st_mode
)) {
1033 char buffer
[MC_MAXPATHLEN
];
1035 concat_dir_and_file (panel
->cwd
, selection (panel
)->fname
);
1038 i
= mc_readlink (p
, buffer
, MC_MAXPATHLEN
- 1);
1042 command_insert (cmdline
, buffer
, 1);
1048 copy_current_readlink (void)
1050 copy_readlink (current_panel
);
1054 copy_other_readlink (void)
1056 if (get_other_type () == view_listing
)
1057 copy_readlink (other_panel
);
1060 /* Insert the selected file name into the input line */
1062 copy_prog_name (void)
1065 if (!command_prompt
)
1068 if (get_current_type () == view_tree
) {
1069 WTree
*tree
= (WTree
*) get_panel_widget (get_current_index ());
1070 tmp
= tree_selected_name (tree
);
1072 tmp
= selection (current_panel
)->fname
;
1074 command_insert (cmdline
, tmp
, 1);
1078 copy_tagged (WPanel
*panel
)
1082 if (!command_prompt
)
1084 input_disable_update (cmdline
);
1085 if (panel
->marked
) {
1086 for (i
= 0; i
< panel
->count
; i
++) {
1087 if (panel
->dir
.list
[i
].f
.marked
)
1088 command_insert (cmdline
, panel
->dir
.list
[i
].fname
, 1);
1091 command_insert (cmdline
, panel
->dir
.list
[panel
->selected
].fname
,
1094 input_enable_update (cmdline
);
1098 copy_current_tagged (void)
1100 copy_tagged (current_panel
);
1104 copy_other_tagged (void)
1106 if (get_other_type () == view_listing
)
1107 copy_tagged (other_panel
);
1111 midnight_set_buttonbar (WButtonBar
*b
)
1113 buttonbar_set_label (b
, 1, Q_("ButtonBar|Help"), main_map
, NULL
);
1114 buttonbar_set_label (b
, 2, Q_("ButtonBar|Menu"), main_map
, NULL
);
1115 buttonbar_set_label (b
, 3, Q_("ButtonBar|View"), main_map
, NULL
);
1116 buttonbar_set_label (b
, 4, Q_("ButtonBar|Edit"), main_map
, NULL
);
1117 buttonbar_set_label (b
, 5, Q_("ButtonBar|Copy"), main_map
, NULL
);
1118 buttonbar_set_label (b
, 6, Q_("ButtonBar|RenMov"), main_map
, NULL
);
1119 buttonbar_set_label (b
, 7, Q_("ButtonBar|Mkdir"), main_map
, NULL
);
1120 buttonbar_set_label (b
, 8, Q_("ButtonBar|Delete"), main_map
, NULL
);
1121 buttonbar_set_label (b
, 9, Q_("ButtonBar|PullDn"), main_map
, NULL
);
1122 buttonbar_set_label (b
, 10, Q_("ButtonBar|Quit"), main_map
, NULL
);
1125 static gboolean ctl_x_map_enabled
= FALSE
;
1130 ctl_x_map_enabled
= TRUE
;
1134 midnight_execute_cmd (Widget
*sender
, unsigned long command
)
1136 cb_ret_t res
= MSG_HANDLED
;
1150 case CK_ChownAdvancedCmd
:
1151 chown_advanced_cmd ();
1153 case CK_CompareDirsCmd
:
1154 compare_dirs_cmd ();
1156 case CK_ConfigureBox
:
1160 case CK_ConfigureVfs
:
1170 case CK_CopyCurrentPathname
:
1171 copy_current_pathname ();
1173 case CK_CopyCurrentReadlink
:
1174 copy_current_readlink ();
1176 case CK_CopyCurrentTagged
:
1177 copy_current_tagged ();
1179 case CK_CopyOtherPathname
:
1180 copy_other_pathname ();
1182 case CK_CopyOtherReadlink
:
1183 copy_other_readlink ();
1185 case CK_CopyOtherTagged
:
1186 copy_other_tagged ();
1191 case CK_DisplayBitsBox
:
1192 display_bits_box ();
1197 case CK_EditExtFileCmd
:
1200 case CK_EditFhlFileCmd
:
1203 case CK_EditMcMenuCmd
:
1204 edit_mc_menu_cmd ();
1206 case CK_EditSymlinkCmd
:
1207 edit_symlink_cmd ();
1209 case CK_ExternalPanelize
:
1210 external_panelize ();
1215 case CK_FilteredViewCmd
:
1216 filtered_view_cmd ();
1221 #if defined (USE_NETCODE)
1222 case CK_FishlinkCmd
:
1236 if (sender
== (Widget
*) the_menubar
)
1237 info_cmd (); /* mwnu */
1239 info_cmd_no_menu (); /* shortcut or buttonbar */
1241 #ifdef WITH_BACKGROUND
1258 #ifdef LISTMODE_EDITOR
1259 case CK_ListmodeCmd
:
1266 case CK_MenuLastSelectedCmd
:
1267 menu_last_selected_cmd ();
1272 #if defined (USE_NETCODE) && defined (ENABLE_VFS_MCFS)
1278 case CK_PanelSetPanelEncoding
:
1285 case CK_QuickChdirCmd
:
1288 case CK_QuickViewCmd
:
1289 if (sender
== (Widget
*) the_menubar
)
1290 quick_view_cmd (); /* menu */
1292 quick_cmd_no_menu (); /* shortcut or buttonabr */
1294 case CK_QuietQuitCmd
:
1307 case CK_ReselectVfs
:
1311 case CK_ReverseSelectionCmd
:
1312 reverse_selection_cmd ();
1314 case CK_SaveSetupCmd
:
1320 case CK_ShowCommandLine
:
1323 case CK_SingleDirsizeCmd
:
1324 smart_dirsize_cmd ();
1326 #if defined (USE_NETCODE) && defined (ENABLE_VFS_SMB)
1330 #endif /* USE_NETCODE && ENABLE_VFS_SMB */
1334 case CK_StartExtMap1
:
1346 case CK_ToggleListingCmd
:
1347 toggle_listing_cmd ();
1349 case CK_ToggleShowHidden
:
1350 toggle_show_hidden ();
1352 case CK_TogglePanelsSplit
:
1353 toggle_panels_split ();
1361 #ifdef USE_EXT2FSLIB
1362 case CK_UndeleteCmd
:
1366 case CK_UnselectCmd
:
1369 case CK_UserMenuCmd
:
1370 user_file_menu_cmd ();
1375 case CK_ViewFileCmd
:
1379 res
= MSG_NOT_HANDLED
;
1386 init_xterm_support (void)
1388 const char *termvalue
;
1390 termvalue
= getenv ("TERM");
1391 if (!termvalue
|| !(*termvalue
)) {
1392 fputs (_("The TERM environment variable is unset!\n"), stderr
);
1396 /* Check mouse capabilities */
1397 xmouse_seq
= tty_tgetstr ("Km");
1399 if (strcmp (termvalue
, "cygwin") == 0) {
1400 mc_args__force_xterm
= 1;
1401 use_mouse_p
= MOUSE_DISABLED
;
1404 if (mc_args__force_xterm
|| strncmp (termvalue
, "xterm", 5) == 0
1405 || strncmp (termvalue
, "konsole", 7) == 0
1406 || strncmp (termvalue
, "rxvt", 4) == 0
1407 || strcmp (termvalue
, "Eterm") == 0
1408 || strcmp (termvalue
, "dtterm") == 0) {
1411 /* Default to the standard xterm sequence */
1413 xmouse_seq
= ESC_STR
"[M";
1416 /* Enable mouse unless explicitly disabled by --nomouse */
1417 if (use_mouse_p
!= MOUSE_DISABLED
) {
1418 const char *color_term
= getenv ("COLORTERM");
1419 if (strncmp (termvalue
, "rxvt", 4) == 0 ||
1420 (color_term
!= NULL
&& strncmp (color_term
, "rxvt", 4) == 0) ||
1421 strcmp (termvalue
, "Eterm") == 0) {
1422 use_mouse_p
= MOUSE_XTERM_NORMAL_TRACKING
;
1424 use_mouse_p
= MOUSE_XTERM_BUTTON_EVENT_TRACKING
;
1434 tty_display_8bit (full_eight_bits
!= 0);
1436 tty_display_8bit (eight_bit_clean
!= 0);
1439 #ifdef HAVE_SUBSHELL_SUPPORT
1441 add_select_channel (subshell_pty
, load_prompt
, 0);
1442 #endif /* !HAVE_SUBSHELL_SUPPORT */
1444 tty_setup_sigwinch (sigwinch_handler
);
1446 if ((tty_baudrate () < 9600) || tty_is_slow ())
1449 init_xterm_support ();
1454 setup_dummy_mc (void)
1456 char d
[MC_MAXPATHLEN
];
1458 mc_get_current_wd (d
, MC_MAXPATHLEN
);
1463 static void check_codeset()
1465 const char *current_system_codepage
= NULL
;
1467 current_system_codepage
= str_detect_termencoding();
1471 const char *_display_codepage
;
1473 _display_codepage
= get_codepage_id (display_codepage
);
1475 if (! strcmp(_display_codepage
, current_system_codepage
)) {
1476 utf8_display
= str_isutf8 (current_system_codepage
);
1480 display_codepage
= get_codepage_index (current_system_codepage
);
1481 if (display_codepage
== -1) {
1482 display_codepage
= 0;
1485 mc_config_set_string(mc_main_config
, "Misc", "display_codepage", cp_display
);
1488 utf8_display
= str_isutf8 (current_system_codepage
);
1494 if (!(quit
& SUBSHELL_EXIT
))
1496 tty_reset_shell_mode ();
1509 * We sync the profiles since the hotlist may have changed, while
1510 * we only change the setup data if we have the auto save feature set
1513 if (auto_save_setup
)
1514 save_setup (); /* does also call save_hotlist */
1517 save_panel_types ();
1520 vfs_add_current_stamps ();
1523 /* This should be called after destroy_dlg since panel widgets
1524 * save their state on the profiles
1527 done_mc_profile (void)
1533 midnight_callback (Dlg_head
*h
, Widget
*sender
,
1534 dlg_msg_t msg
, int parm
, void *data
)
1536 unsigned long command
;
1545 /* We handle the special case of the output lines */
1546 if (console_flag
&& output_lines
)
1547 show_console_contents (output_start_y
,
1548 LINES
- output_lines
- keybar_visible
-
1549 1, LINES
- keybar_visible
- 1);
1554 menubar_arrange (the_menubar
);
1558 /* We only need the first idle event to show user menu after start */
1559 set_idle_proc (h
, 0);
1561 if (boot_current_is_left
)
1562 dlg_select_widget (get_panel_widget (0));
1564 dlg_select_widget (get_panel_widget (1));
1567 midnight_execute_cmd (NULL
, CK_UserMenuCmd
);
1571 if (ctl_x_map_enabled
) {
1572 ctl_x_map_enabled
= FALSE
;
1573 command
= lookup_keymap_command (main_x_map
, parm
);
1574 if (command
!= CK_Ignore_Key
)
1575 return midnight_execute_cmd (NULL
, command
);
1578 /* FIXME: should handle all menu shortcuts before this point */
1579 if (the_menubar
->is_active
)
1580 return MSG_NOT_HANDLED
;
1583 free_completions (cmdline
);
1588 for (i
= 0; cmdline
->buffer
[i
] && (cmdline
->buffer
[i
] == ' ' ||
1589 cmdline
->buffer
[i
] == '\t'); i
++)
1591 if (cmdline
->buffer
[i
]) {
1592 send_message ((Widget
*) cmdline
, WIDGET_KEY
, parm
);
1595 stuff (cmdline
, "", 0);
1599 /* Ctrl-Enter and Alt-Enter */
1600 if (((parm
& ~(KEY_M_CTRL
| KEY_M_ALT
)) == '\n')
1601 && (parm
& (KEY_M_CTRL
| KEY_M_ALT
))) {
1606 /* Ctrl-Shift-Enter */
1607 if (parm
== (KEY_M_CTRL
| KEY_M_SHIFT
| '\n')) {
1608 copy_current_pathname ();
1613 if ((!alternate_plus_minus
|| !(console_flag
|| xterm_flag
))
1614 && !quote
&& !current_panel
->searching
) {
1615 if (!only_leading_plus_minus
) {
1616 /* Special treatement, since the input line will eat them */
1622 if (parm
== '\\' || parm
== '-') {
1628 reverse_selection_cmd ();
1631 } else if (!command_prompt
|| !cmdline
->buffer
[0]) {
1632 /* Special treatement '+', '-', '\', '*' only when this is
1633 * first char on input line
1641 if (parm
== '\\' || parm
== '-') {
1647 reverse_selection_cmd ();
1652 return MSG_NOT_HANDLED
;
1654 case DLG_HOTKEY_HANDLED
:
1655 if ((get_current_type () == view_listing
) && current_panel
->searching
) {
1656 current_panel
->searching
= 0;
1657 current_panel
->dirty
= 1;
1661 case DLG_UNHANDLED_KEY
:
1662 if (command_prompt
) {
1665 v
= send_message ((Widget
*) cmdline
, WIDGET_KEY
, parm
);
1666 if (v
== MSG_HANDLED
)
1670 if (ctl_x_map_enabled
) {
1671 ctl_x_map_enabled
= FALSE
;
1672 command
= lookup_keymap_command (main_x_map
, parm
);
1674 command
= lookup_keymap_command (main_map
, parm
);
1676 return (command
== CK_Ignore_Key
)
1678 : midnight_execute_cmd (NULL
, command
);
1681 if (!the_menubar
->is_active
)
1682 update_dirty_panels ();
1688 midnight_execute_cmd (NULL
, parm
);
1689 /* message from menu */
1690 else if (sender
== (Widget
*) the_menubar
)
1691 midnight_execute_cmd (sender
, parm
);
1692 /* message from buttonbar */
1693 else if (sender
== (Widget
*) the_bar
) {
1695 midnight_execute_cmd (sender
, parm
);
1697 send_message ((Widget
*) data
, WIDGET_COMMAND
, parm
);
1702 return default_dlg_callback (h
, sender
, msg
, parm
, data
);
1706 /* Show current directory in the xterm title */
1708 update_xterm_title_path (void)
1711 char host
[BUF_TINY
];
1713 struct passwd
*pw
= NULL
;
1716 if (xterm_flag
&& xterm_title
) {
1717 path
= strip_home_and_password (current_panel
->cwd
);
1718 res
= gethostname(host
, sizeof (host
));
1719 if ( res
) { /* On success, res = 0 */
1722 host
[sizeof (host
) - 1] = '\0';
1724 pw
= getpwuid(getuid());
1726 login
= g_strdup_printf ("%s@%s", pw
->pw_name
, host
);
1728 login
= g_strdup (host
);
1730 p
= g_strdup_printf ("mc [%s]:%s", login
, path
);
1731 fprintf (stdout
, "\33]0;%s\7", str_term_form (p
));
1734 if (!alternate_plus_minus
)
1735 numeric_keypad_mode ();
1741 * Load new hint and display it.
1742 * IF force is not 0, ignore the timeout.
1745 load_hint (int force
)
1749 if (!the_hint
->widget
.parent
)
1752 if (!message_visible
) {
1753 label_set_text (the_hint
, NULL
);
1757 hint
= get_random_hint (force
);
1764 char text
[BUF_SMALL
];
1766 g_snprintf (text
, sizeof (text
), _("GNU Midnight Commander %s\n"),
1773 create_panels_and_run_mc (void)
1775 midnight_dlg
->get_shortcut
= midnight_get_shortcut
;
1779 add_widget (midnight_dlg
, the_menubar
);
1782 add_widget (midnight_dlg
, get_panel_widget (0));
1783 add_widget (midnight_dlg
, get_panel_widget (1));
1785 add_widget (midnight_dlg
, the_hint
);
1786 add_widget (midnight_dlg
, cmdline
);
1787 add_widget (midnight_dlg
, the_prompt
);
1789 add_widget (midnight_dlg
, the_bar
);
1790 midnight_set_buttonbar (the_bar
);
1792 /* Run the Midnight Commander if no file was specified in the command line */
1793 run_dlg (midnight_dlg
);
1796 /* result must be free'd (I think this should go in util.c) */
1798 prepend_cwd_on_local (const char *filename
)
1803 if (!vfs_file_is_local (filename
)
1804 || g_path_is_absolute (filename
))
1805 return g_strdup (filename
);
1807 d
= g_malloc (MC_MAXPATHLEN
+ strlen (filename
) + 2);
1808 mc_get_current_wd (d
, MC_MAXPATHLEN
);
1811 strcpy (d
+ l
, filename
);
1812 canonicalize_pathname (d
);
1816 /* Invoke the internal view/edit routine with:
1817 * the default processing and forcing the internal viewer/editor
1820 mc_maybe_editor_or_viewer (void)
1822 if (view_one_file
!= NULL
) {
1824 path
= prepend_cwd_on_local (view_one_file
);
1825 view_file (path
, 0, 1);
1828 #ifdef USE_INTERNAL_EDIT
1830 edit_file (edit_one_file
, edit_one_file_start_line
);
1831 #endif /* USE_INTERNAL_EDIT */
1832 midnight_shutdown
= 1;
1836 /* Run the main dialog that occupies the whole screen */
1840 int midnight_colors
[DLG_COLOR_NUM
];
1841 midnight_colors
[0] = mc_skin_color_get("dialog", "_default_");
1842 midnight_colors
[1] = mc_skin_color_get("dialog", "focus");
1843 midnight_colors
[2] = mc_skin_color_get("dialog", "hotnormal");
1844 midnight_colors
[3] = mc_skin_color_get("dialog", "hotfocus");
1848 midnight_dlg
= create_dlg (0, 0, LINES
, COLS
, midnight_colors
, midnight_callback
,
1849 "[main]", NULL
, DLG_WANT_IDLE
);
1851 if ((view_one_file
!= NULL
) || (edit_one_file
!= NULL
))
1856 /* start check display_codepage and source_codepage */
1859 main_map
= default_main_map
;
1860 if (main_keymap
&& main_keymap
->len
> 0)
1861 main_map
= (global_keymap_t
*) main_keymap
->data
;
1863 main_x_map
= default_main_x_map
;
1864 if (main_x_keymap
&& main_x_keymap
->len
> 0)
1865 main_x_map
= (global_keymap_t
*) main_x_keymap
->data
;
1867 panel_map
= default_panel_keymap
;
1868 if (panel_keymap
&& panel_keymap
->len
> 0)
1869 panel_map
= (global_keymap_t
*) panel_keymap
->data
;
1871 input_map
= default_input_keymap
;
1872 if (input_keymap
&& input_keymap
->len
> 0)
1873 input_map
= (global_keymap_t
*) input_keymap
->data
;
1875 tree_map
= default_tree_keymap
;
1876 if (tree_keymap
&& tree_keymap
->len
> 0)
1877 tree_map
= (global_keymap_t
*) tree_keymap
->data
;
1879 help_map
= default_help_keymap
;
1880 if (help_keymap
&& help_keymap
->len
> 0)
1881 help_map
= (global_keymap_t
*) help_keymap
->data
;
1883 /* Check if we were invoked as an editor or file viewer */
1884 if ((view_one_file
!= NULL
) || (edit_one_file
!= NULL
))
1885 mc_maybe_editor_or_viewer ();
1887 create_panels_and_run_mc ();
1890 midnight_shutdown
= 1;
1892 /* destroy_dlg destroys even current_panel->cwd, so we have to save a copy :) */
1893 if (mc_args__last_wd_file
&& vfs_current_is_local ())
1894 last_wd_string
= g_strdup (current_panel
->cwd
);
1899 destroy_dlg (midnight_dlg
);
1905 /* POSIX version. The only version we support. */
1909 const char *shell_env
= getenv ("SHELL");
1910 const char *mc_libdir
;
1912 if ((shell_env
== NULL
) || (shell_env
[0] == '\0')) {
1914 pwd
= getpwuid (geteuid ());
1916 shell
= g_strdup (pwd
->pw_shell
);
1918 shell
= g_strdup (shell_env
);
1920 if ((shell
== NULL
) || (shell
[0] == '\0')) {
1922 shell
= g_strdup ("/bin/sh");
1925 /* This is the directory, where MC was installed, on Unix this is DATADIR */
1926 /* and can be overriden by the MC_DATADIR environment variable */
1927 mc_libdir
= getenv ("MC_DATADIR");
1928 if (mc_libdir
!= NULL
) {
1929 mc_home
= g_strdup (mc_libdir
);
1930 mc_home_alt
= g_strdup (SYSCONFDIR
);
1932 mc_home
= g_strdup (SYSCONFDIR
);
1933 mc_home_alt
= g_strdup (DATADIR
);
1936 /* This variable is used by the subshell */
1937 home_dir
= getenv ("HOME");
1944 sigchld_handler_no_subshell (int sig
)
1952 /* COMMENT: if it were true that after the call to handle_console(..INIT)
1953 the value of console_flag never changed, we could simply not install
1954 this handler at all if (!console_flag && !use_subshell). */
1956 /* That comment is no longer true. We need to wait() on a sigchld
1957 handler (that's at least what the tarfs code expects currently). */
1959 pid
= waitpid (cons_saver_pid
, &status
, WUNTRACED
| WNOHANG
);
1961 if (pid
== cons_saver_pid
) {
1963 if (WIFSTOPPED (status
)) {
1964 /* Someone has stopped cons.saver - restart it */
1965 kill (pid
, SIGCONT
);
1967 /* cons.saver has died - disable console saving */
1968 handle_console (CONSOLE_DONE
);
1972 /* If we got here, some other child exited; ignore it */
1973 #endif /* __linux__ */
1981 struct sigaction sigchld_action
;
1983 sigchld_action
.sa_handler
=
1984 #ifdef HAVE_SUBSHELL_SUPPORT
1985 use_subshell
? sigchld_handler
:
1986 #endif /* HAVE_SUBSHELL_SUPPORT */
1987 sigchld_handler_no_subshell
;
1989 sigemptyset (&sigchld_action
.sa_mask
);
1992 sigchld_action
.sa_flags
= SA_RESTART
;
1994 sigchld_action
.sa_flags
= 0;
1995 #endif /* !SA_RESTART */
1997 if (sigaction (SIGCHLD
, &sigchld_action
, NULL
) == -1) {
1998 #ifdef HAVE_SUBSHELL_SUPPORT
2000 * This may happen on QNX Neutrino 6, where SA_RESTART
2001 * is defined but not implemented. Fallback to no subshell.
2004 #endif /* HAVE_SUBSHELL_SUPPORT */
2009 mc_main__setup_by_args (int argc
, char *argv
[])
2014 if (mc_args__nomouse
)
2015 use_mouse_p
= MOUSE_DISABLED
;
2018 if (mc_args__netfs_logfile
!= NULL
) {
2019 mc_setctl ("/#ftp:", VFS_SETCTL_LOGFILE
, (void *) mc_args__netfs_logfile
);
2020 #ifdef ENABLE_VFS_SMB
2021 smbfs_set_debugf (mc_args__netfs_logfile
);
2022 #endif /* ENABLE_VFS_SMB */
2025 #ifdef ENABLE_VFS_SMB
2026 if (mc_args__debug_level
!= 0)
2027 smbfs_set_debug (mc_args__debug_level
);
2028 #endif /* ENABLE_VFS_SMB */
2029 #endif /* USE_NETCODE */
2031 base
= x_basename (argv
[0]);
2032 tmp
= (argc
> 0) ? argv
[1] : NULL
;
2034 if (!STRNCOMP (base
, "mce", 3) || !STRCOMP (base
, "vi")) {
2038 * Check for filename:lineno, followed by an optional colon.
2039 * This format is used by many programs (especially compilers)
2040 * in error messages and warnings. It is supported so that
2041 * users can quickly copy and paste file locations.
2043 char *end
= tmp
+ strlen (tmp
), *p
= end
;
2044 if (p
> tmp
&& p
[-1] == ':')
2046 while (p
> tmp
&& g_ascii_isdigit ((gchar
) p
[-1]))
2048 if (tmp
< p
&& p
< end
&& p
[-1] == ':') {
2050 gchar
*fname
= g_strndup (tmp
, p
- 1 - tmp
);
2052 * Check that the file before the colon actually exists.
2053 * If it doesn't exist, revert to the old behavior.
2055 if (mc_stat (tmp
, &st
) == -1 && mc_stat (fname
, &st
) != -1) {
2056 edit_one_file
= fname
;
2057 edit_one_file_start_line
= atoi (p
);
2060 goto try_plus_filename
;
2064 if (*tmp
== '+' && g_ascii_isdigit ((gchar
) tmp
[1])) {
2065 int start_line
= atoi (tmp
);
2066 if (start_line
> 0) {
2067 char *file
= (argc
> 1) ? argv
[2] : NULL
;
2070 edit_one_file_start_line
= start_line
;
2074 edit_one_file
= g_strdup (tmp
);
2077 } else if (!STRNCOMP (base
, "mcv", 3) || !STRCOMP (base
, "view")) {
2079 view_one_file
= g_strdup (tmp
);
2081 fputs ("No arguments given to the viewer\n", stderr
);
2085 /* sets the current dir and the other dir */
2087 this_dir
= g_strdup (tmp
);
2088 tmp
= (argc
> 1) ? argv
[2] : NULL
;
2090 other_dir
= g_strdup (tmp
);
2096 main (int argc
, char *argv
[])
2100 GError
*error
= NULL
;
2101 gboolean isInitialized
;
2103 /* We had LC_CTYPE before, LC_ALL includs LC_TYPE as well */
2104 setlocale (LC_ALL
, "");
2105 bindtextdomain ("mc", LOCALEDIR
);
2108 /* Set up temporary directory */
2113 str_init_strings (NULL
);
2117 #ifdef USE_INTERNAL_EDIT
2122 SLtt_Ignore_Beep
= 1;
2125 if ( !mc_args_handle (&argc
, &argv
, "mc"))
2128 mc_main__setup_by_args (argc
,argv
);
2130 /* NOTE: This has to be called before tty_init or whatever routine
2131 calls any define_sequence */
2134 /* Must be done before installing the SIGCHLD handler [[FIXME]] */
2135 handle_console (CONSOLE_INIT
);
2137 #ifdef HAVE_SUBSHELL_SUPPORT
2138 /* Don't use subshell when invoked as viewer or editor */
2139 if ((view_one_file
!= NULL
) || (edit_one_file
!= NULL
))
2143 subshell_get_console_attributes ();
2144 #endif /* HAVE_SUBSHELL_SUPPORT */
2146 /* Install the SIGCHLD handler; must be done before init_subshell() */
2149 /* We need this, since ncurses endwin () doesn't restore the signals */
2150 save_stop_handler ();
2152 /* Must be done before init_subshell, to set up the terminal size: */
2153 /* FIXME: Should be removed and LINES and COLS computed on subshell */
2154 tty_init ((gboolean
) mc_args__slow_terminal
, (gboolean
) mc_args__ugly_line_drawing
);
2158 tty_init_colors (mc_args__disable_colors
, mc_args__force_colors
);
2160 isInitialized
= mc_skin_init(&error
);
2162 mc_filehighlight
= mc_fhl_new (TRUE
);
2164 dlg_set_default_colors ();
2166 if ( ! isInitialized
) {
2167 message (D_ERROR
, _("Warning"), "%s", error
->message
);
2168 g_error_free(error
);
2172 /* create home directory */
2173 /* do it after the screen library initialization to show the error message */
2174 mc_dir
= concat_dir_and_file (home_dir
, MC_USERCONF_DIR
);
2175 canonicalize_pathname (mc_dir
);
2176 if ((stat (mc_dir
, &s
) != 0) && (errno
== ENOENT
)
2177 && mkdir (mc_dir
, 0700) != 0)
2178 message (D_ERROR
, _("Warning"),
2179 _("Cannot create %s directory"), mc_dir
);
2182 #ifdef HAVE_SUBSHELL_SUPPORT
2183 /* Done here to ensure that the subshell doesn't */
2184 /* inherit the file descriptors opened below, etc */
2188 #endif /* HAVE_SUBSHELL_SUPPORT */
2190 /* Removing this from the X code let's us type C-c */
2193 load_keymap_defs ();
2195 /* Also done after init_subshell, to save any shell init file messages */
2197 handle_console (CONSOLE_SAVE
);
2199 if (alternate_plus_minus
)
2200 application_keypad_mode ();
2202 #ifdef HAVE_SUBSHELL_SUPPORT
2204 mc_prompt
= strip_ctrl_codes (subshell_prompt
);
2205 if (mc_prompt
== NULL
)
2206 mc_prompt
= (geteuid () == 0) ? "# " : "$ ";
2208 #endif /* HAVE_SUBSHELL_SUPPORT */
2209 mc_prompt
= (geteuid () == 0) ? "# " : "$ ";
2211 /* Program main loop */
2212 if (!midnight_shutdown
)
2215 /* Save the tree store */
2218 free_keymap_defs ();
2220 /* Virtual File System shutdown */
2223 flush_extension_file (); /* does only free memory */
2225 mc_fhl_free (&mc_filehighlight
);
2230 if (console_flag
&& !(quit
& SUBSHELL_EXIT
))
2231 handle_console (CONSOLE_RESTORE
);
2232 if (alternate_plus_minus
)
2233 numeric_keypad_mode ();
2235 signal (SIGCHLD
, SIG_DFL
); /* Disable the SIGCHLD handler */
2238 handle_console (CONSOLE_DONE
);
2239 putchar ('\n'); /* Hack to make shell's prompt start at left of screen */
2241 if (mc_args__last_wd_file
&& last_wd_string
&& !print_last_revert
2242 && !edit_one_file
&& !view_one_file
) {
2244 open (mc_args__last_wd_file
, O_WRONLY
| O_CREAT
| O_TRUNC
| O_EXCL
,
2247 if (last_wd_fd
!= -1) {
2248 write (last_wd_fd
, last_wd_string
, strlen (last_wd_string
));
2252 g_free (last_wd_string
);
2254 g_free (mc_home_alt
);
2260 free_codepages_list ();
2261 g_free (autodetect_codeset
);
2263 str_uninit_strings ();
2268 #ifdef USE_INTERNAL_EDIT