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() */
100 #ifdef USE_INTERNAL_EDIT
101 #include "src/editor/edit.h"
105 #include "src/diffviewer/ydiff.h"
109 #include "charsets.h"
110 #endif /* HAVE_CHARSET */
113 #include "keybind.h" /* type global_keymap_t */
115 /* When the modes are active, left_panel, right_panel and tree_panel */
116 /* Point to a proper data structure. You should check with the functions */
117 /* get_current_type and get_other_type the types of the panels before using */
118 /* This pointer variables */
120 /* The structures for the panels */
121 WPanel
*left_panel
= NULL
;
122 WPanel
*right_panel
= NULL
;
124 mc_fhl_t
*mc_filehighlight
;
126 /* The pointer to the tree */
127 WTree
*the_tree
= NULL
;
130 struct WMenuBar
*the_menubar
= NULL
;
132 /* Pointers to the selected and unselected panel */
133 WPanel
*current_panel
= NULL
;
135 /* Set if the command is being run from the "Right" menu */
138 /* Set when main loop should be terminated */
139 volatile int quit
= 0;
141 /* Set if you want the possible completions dialog for the first time */
142 int show_all_if_ambiguous
= 0;
144 /* Set when cd symlink following is desirable (bash mode) */
147 /* If set then dialogs just clean the screen when refreshing, else */
148 /* they do a complete refresh, refreshing all the parts of the program */
149 int fast_refresh
= 0;
151 /* If true, at startup the user-menu is invoked */
154 /* If true, then the +, - and \ keys have their special meaning only if the
155 * command line is emtpy, otherwise they behave like regular letters
157 int only_leading_plus_minus
= 1;
159 int pause_after_run
= pause_on_dumb_terminals
;
161 /* It true saves the setup when quitting */
162 int auto_save_setup
= 1;
166 * Don't restrict the output on the screen manager level,
167 * the translation tables take care of it.
169 #define full_eight_bits (1)
170 #define eight_bit_clean (1)
171 #else /* HAVE_CHARSET */
172 /* If true, allow characters in the range 160-255 */
173 int eight_bit_clean
= 1;
175 * If true, also allow characters in the range 128-159.
176 * This is reported to break on many terminals (xterm, qansi-m).
178 int full_eight_bits
= 0;
179 #endif /* !HAVE_CHARSET */
182 * If utf-8 terminal utf8_display = 1
183 * Display bits set UTF-8
186 int utf8_display
= 0;
188 /* If true use the internal viewer */
189 int use_internal_view
= 1;
192 const char *mc_prompt
= NULL
;
194 /* The widget where we draw the prompt */
203 /* Mouse type: GPM, xterm or none */
204 Mouse_Type use_mouse_p
= MOUSE_NONE
;
206 /* If on, default for "No" in delete operations */
209 /* Controls screen clearing before an exec */
210 int clear_before_exec
= 1;
212 /* Asks for confirmation before deleting a file */
213 int confirm_delete
= 1;
215 /* Asks for confirmation before deleting a hotlist entry */
216 int confirm_directory_hotlist_delete
= 1;
218 /* Asks for confirmation before overwriting a file */
219 int confirm_overwrite
= 1;
221 /* Asks for confirmation before executing a program by pressing enter */
222 int confirm_execute
= 0;
224 /* Asks for confirmation before leaving the program */
225 int confirm_exit
= 1;
227 /* Asks for confirmation before clean up of history */
228 int confirm_history_cleanup
= 1;
230 /* Asks for confirmation when using F3 to view a directory and there
232 int confirm_view_dir
= 0;
234 /* This flag indicates if the pull down menus by default drop down */
237 /* The dialog handle for the main program */
238 Dlg_head
*midnight_dlg
= NULL
;
240 /* Subshell: if set, then the prompt was not saved on CONSOLE_SAVE */
241 /* We need to paint it after CONSOLE_RESTORE, see: load_prompt */
242 int update_prompt
= 0;
244 /* The home directory */
245 const char *home_dir
= NULL
;
248 int option_tab_spacing
= 8;
250 /* Only used at program boot */
251 int boot_current_is_left
= 1;
253 /* If this is true, then when browsing the tree the other window will
254 * automatically reload it's directory with the contents of the currently
255 * selected directory.
259 /* If set, then print to the given file the last directory we were at */
260 static char *last_wd_string
= NULL
;
261 /* Set to 1 to suppress printing the last directory */
262 static int print_last_revert
= 0;
264 mc_run_mode_t mc_run_mode
= MC_RUN_FULL
;
265 char *mc_run_param0
= NULL
;
266 char *mc_run_param1
= NULL
;
268 /* Used so that widgets know if they are being destroyed or
270 int midnight_shutdown
= 0;
272 /* The user's shell */
275 /* mc_home: The home of MC - /etc/mc or defined by MC_DATADIR */
276 char *mc_home
= NULL
;
278 /* mc_home_alt: Alternative home of MC - deprecated /usr/share/mc */
279 char *mc_home_alt
= NULL
;
281 /* Define this function for glib-style error handling */
283 mc_main_error_quark (void)
285 return g_quark_from_static_string (PACKAGE
);
288 /* Save current stat of directories to avoid reloading the panels */
289 /* when no modifications have taken place */
291 save_cwds_stat (void)
293 if (panels_options
.fast_reload
)
295 mc_stat (current_panel
->cwd
, &(current_panel
->dir_stat
));
296 if (get_other_type () == view_listing
)
297 mc_stat (other_panel
->cwd
, &(other_panel
->dir_stat
));
301 #ifdef HAVE_SUBSHELL_SUPPORT
303 do_update_prompt (void)
307 printf ("\r\n%s", subshell_prompt
);
312 #endif /* HAVE_SUBSHELL_SUPPORT */
317 free_completions (cmdline
);
318 dlg_one_down (midnight_dlg
);
321 /* Stop MC main dialog and the current dialog if it exists.
322 * Needed to provide fast exit from MC viewer or editor on shell exit */
326 midnight_dlg
->running
= 0;
329 current_dlg
->running
= 0;
334 quit_cmd_internal (int quiet
)
338 if (quiet
|| !confirm_exit
)
345 (_(" The Midnight Commander "),
346 _(" Do you really want to quit the Midnight Commander? "), D_NORMAL
,
347 2, _("&Yes"), _("&No")) == 0)
352 #ifdef HAVE_SUBSHELL_SUPPORT
355 else if ((q
= exit_subshell ()))
367 quit_cmd_internal (0);
371 quiet_quit_cmd (void)
373 print_last_revert
= 1;
374 quit_cmd_internal (1);
377 /* Wrapper for do_subshell_chdir, check for availability of subshell */
379 subshell_chdir (const char *directory
)
381 #ifdef HAVE_SUBSHELL_SUPPORT
384 if (vfs_current_is_local ())
385 do_subshell_chdir (directory
, 0, 1);
387 #endif /* HAVE_SUBSHELL_SUPPORT */
391 directory_history_add (struct WPanel
*panel
, const char *dir
)
395 tmp
= g_strdup (dir
);
396 strip_password (tmp
, 1);
398 panel
->dir_history
= list_append_unique (panel
->dir_history
, tmp
);
402 * If we moved to the parent directory move the selection pointer to
403 * the old directory name; If we leave VFS dir, remove FS specificator.
405 * You do _NOT_ want to add any vfs aware code here. <pavel@ucw.cz>
408 get_parent_dir_name (const char *cwd
, const char *lwd
)
419 p
= strrchr (lwd
, PATH_SEP
);
422 && (strncmp (cwd
, lwd
, (size_t) (p
- lwd
)) == 0)
423 && (clen
== (size_t) (p
- lwd
)
424 || ((p
== lwd
) && (cwd
[0] == PATH_SEP
) && (cwd
[1] == '\0'))))
432 * Changes the current directory of the panel.
433 * Don't record change in the directory history.
436 _do_panel_cd (WPanel
* panel
, const char *new_dir
, enum cd_enum cd_type
)
438 const char *directory
;
440 char temp
[MC_MAXPATHLEN
];
441 char *translated_url
;
443 if (cd_type
== cd_parse_command
)
445 while (*new_dir
== ' ')
449 olddir
= g_strdup (panel
->cwd
);
450 new_dir
= translated_url
= vfs_translate_url (new_dir
);
452 /* Convert *new_path to a suitable pathname, handle ~user */
454 if (cd_type
== cd_parse_command
)
456 if (!strcmp (new_dir
, "-"))
458 strcpy (temp
, panel
->lwd
);
462 directory
= *new_dir
? new_dir
: home_dir
;
464 if (mc_chdir (directory
) == -1)
466 strcpy (panel
->cwd
, olddir
);
468 g_free (translated_url
);
471 g_free (translated_url
);
473 /* Success: save previous directory, shutdown status of previous dir */
474 strcpy (panel
->lwd
, olddir
);
475 free_completions (cmdline
);
477 mc_get_current_wd (panel
->cwd
, sizeof (panel
->cwd
) - 2);
479 vfs_release_path (olddir
);
481 subshell_chdir (panel
->cwd
);
483 /* Reload current panel */
484 panel_clean_dir (panel
);
486 do_load_dir (panel
->cwd
, &panel
->dir
, panel
->current_sort_field
->sort_routine
,
487 panel
->reverse
, panel
->case_sensitive
, panel
->exec_first
, panel
->filter
);
488 try_to_select (panel
, get_parent_dir_name (panel
->cwd
, olddir
));
491 update_xterm_title_path ();
499 * Changes the current directory of the panel.
500 * Record change in the directory history.
503 do_panel_cd (struct WPanel
*panel
, const char *new_dir
, enum cd_enum cd_type
)
507 r
= _do_panel_cd (panel
, new_dir
, cd_type
);
509 directory_history_add (panel
, panel
->cwd
);
514 do_cd (const char *new_dir
, enum cd_enum exact
)
516 return (do_panel_cd (current_panel
, new_dir
, exact
));
520 directory_history_next (WPanel
* panel
)
524 nextdir
= g_list_next (panel
->dir_history
);
529 if (_do_panel_cd (panel
, (char *) nextdir
->data
, cd_exact
))
530 panel
->dir_history
= nextdir
;
534 directory_history_prev (WPanel
* panel
)
538 prevdir
= g_list_previous (panel
->dir_history
);
543 if (_do_panel_cd (panel
, (char *) prevdir
->data
, cd_exact
))
544 panel
->dir_history
= prevdir
;
548 directory_history_list (WPanel
* panel
)
552 s
= show_hist (&panel
->dir_history
, &panel
->widget
);
556 if (_do_panel_cd (panel
, s
, cd_exact
))
557 directory_history_add (panel
, panel
->cwd
);
559 message (D_ERROR
, MSG_ERROR
, _("Cannot change directory"));
564 #ifdef HAVE_SUBSHELL_SUPPORT
566 load_prompt (int fd
, void *unused
)
571 if (!read_subshell_prompt ())
574 /* Don't actually change the prompt if it's invisible */
575 if (current_dlg
== midnight_dlg
&& command_prompt
)
580 tmp_prompt
= strip_ctrl_codes (subshell_prompt
);
581 prompt_len
= str_term_width1 (tmp_prompt
);
583 /* Check for prompts too big */
584 if (COLS
> 8 && prompt_len
> COLS
- 8)
586 tmp_prompt
[COLS
- 8] = '\0';
587 prompt_len
= COLS
- 8;
589 mc_prompt
= tmp_prompt
;
590 label_set_text (the_prompt
, mc_prompt
);
591 winput_set_origin ((WInput
*) cmdline
, prompt_len
, COLS
- prompt_len
);
593 /* since the prompt has changed, and we are called from one of the
594 * tty_get_event channels, the prompt updating does not take place
595 * automatically: force a cursor update and a screen refresh
597 update_cursor (midnight_dlg
);
603 #endif /* HAVE_SUBSHELL_SUPPORT */
609 const panel_field_t
*sort_order
;
611 if (!SELECTED_IS_PANEL
)
615 sort_order
= sort_box (p
->current_sort_field
, &p
->reverse
, &p
->case_sensitive
, &p
->exec_first
);
617 panel_set_sort_order (p
, sort_order
);
626 sel_dir
= tree_box (selection (current_panel
)->fname
);
629 do_cd (sel_dir
, cd_exact
);
634 #ifdef LISTMODE_EDITOR
640 if (get_current_type () != view_listing
)
643 newmode
= listmode_edit (current_panel
->user_format
);
647 g_free (current_panel
->user_format
);
648 current_panel
->list_type
= list_user
;
649 current_panel
->user_format
= newmode
;
650 set_panel_formats (current_panel
);
654 #endif /* LISTMODE_EDITOR */
656 /* NOTICE: hotkeys specified here are overriden in menubar_paint_idx (alex) */
658 create_panel_menu (void)
660 GList
*entries
= NULL
;
662 entries
= g_list_append (entries
, menu_entry_create (_("File listin&g"), CK_ListingCmd
));
663 entries
= g_list_append (entries
, menu_entry_create (_("&Quick view"), CK_QuickViewCmd
));
664 entries
= g_list_append (entries
, menu_entry_create (_("&Info" ), CK_InfoCmd
));
665 entries
= g_list_append (entries
, menu_entry_create (_("&Tree"), CK_TreeCmd
));
666 entries
= g_list_append (entries
, menu_separator_create ());
667 entries
= g_list_append (entries
, menu_entry_create (_("&Listing mode..."), CK_ChangeListingCmd
));
668 entries
= g_list_append (entries
, menu_entry_create (_("&Sort order..."), CK_Sort
));
669 entries
= g_list_append (entries
, menu_entry_create (_("&Filter..."), CK_FilterCmd
));
671 entries
= g_list_append (entries
, menu_entry_create (_("&Encoding..."), CK_PanelSetPanelEncoding
));
674 entries
= g_list_append (entries
, menu_separator_create ());
675 #ifdef ENABLE_VFS_MCFS
676 entries
= g_list_append (entries
, menu_entry_create (_("&Network link..."), CK_NetlinkCmd
));
678 entries
= g_list_append (entries
, menu_entry_create (_("FT&P link..."), CK_FtplinkCmd
));
679 entries
= g_list_append (entries
, menu_entry_create (_("S&hell link..."), CK_FishlinkCmd
));
680 #ifdef ENABLE_VFS_SMB
681 entries
= g_list_append (entries
, menu_entry_create (_("SM&B link..."), CK_SmblinkCmd
));
682 #endif /* ENABLE_VFS_SMB */
683 #endif /* USE_NETCODE */
684 entries
= g_list_append (entries
, menu_separator_create ());
685 entries
= g_list_append (entries
, menu_entry_create (_("&Rescan"), CK_RereadCmd
));
691 create_file_menu (void)
693 GList
*entries
= NULL
;
695 entries
= g_list_append (entries
, menu_entry_create (_("&View"), CK_ViewCmd
));
696 entries
= g_list_append (entries
, menu_entry_create (_("Vie&w file..."), CK_ViewFileCmd
));
697 entries
= g_list_append (entries
, menu_entry_create (_("&Filtered view"), CK_FilteredViewCmd
));
698 entries
= g_list_append (entries
, menu_entry_create (_("&Edit"), CK_EditCmd
));
699 entries
= g_list_append (entries
, menu_entry_create (_("&Copy"), CK_CopyCmd
));
700 entries
= g_list_append (entries
, menu_entry_create (_("C&hmod"), CK_ChmodCmd
));
701 entries
= g_list_append (entries
, menu_entry_create (_("&Link"), CK_LinkCmd
));
702 entries
= g_list_append (entries
, menu_entry_create (_("&Symlink"), CK_SymlinkCmd
));
703 entries
= g_list_append (entries
, menu_entry_create (_("Relative symlin&k"), CK_RelativeSymlinkCmd
));
704 entries
= g_list_append (entries
, menu_entry_create (_("Edit s&ymlink"), CK_EditSymlinkCmd
));
705 entries
= g_list_append (entries
, menu_entry_create (_("Ch&own"), CK_ChownCmd
));
707 g_list_append (entries
, menu_entry_create (_("&Advanced chown"), CK_ChownAdvancedCmd
));
708 entries
= g_list_append (entries
, menu_entry_create (_("&Rename/Move"), CK_RenameCmd
));
709 entries
= g_list_append (entries
, menu_entry_create (_("&Mkdir"), CK_MkdirCmd
));
710 entries
= g_list_append (entries
, menu_entry_create (_("&Delete"), CK_DeleteCmd
));
711 entries
= g_list_append (entries
, menu_entry_create (_("&Quick cd"), CK_QuickCdCmd
));
712 entries
= g_list_append (entries
, menu_separator_create ());
713 entries
= g_list_append (entries
, menu_entry_create (_("Select &group"), CK_SelectCmd
));
714 entries
= g_list_append (entries
, menu_entry_create (_("U&nselect group"), CK_UnselectCmd
));
716 g_list_append (entries
,
717 menu_entry_create (_("Reverse selec&tion"), CK_ReverseSelectionCmd
));
718 entries
= g_list_append (entries
, menu_separator_create ());
719 entries
= g_list_append (entries
, menu_entry_create (_("E&xit"), CK_QuitCmd
));
725 create_command_menu (void)
727 /* I know, I'm lazy, but the tree widget when it's not running
728 * as a panel still has some problems, I have not yet finished
729 * the WTree widget port, sorry.
731 GList
*entries
= NULL
;
733 entries
= g_list_append (entries
, menu_entry_create (_("&User menu"), CK_UserMenuCmd
));
734 entries
= g_list_append (entries
, menu_entry_create (_("&Directory tree"), CK_TreeBoxCmd
));
735 entries
= g_list_append (entries
, menu_entry_create (_("&Find file"), CK_FindCmd
));
736 entries
= g_list_append (entries
, menu_entry_create (_("S&wap panels"), CK_SwapCmd
));
738 g_list_append (entries
, menu_entry_create (_("Switch &panels on/off"), CK_ShowCommandLine
));
740 g_list_append (entries
, menu_entry_create (_("&Compare directories"), CK_CompareDirsCmd
));
742 entries
= g_list_append (entries
, menu_entry_create (_("&View diff files"), CK_DiffViewCmd
));
745 g_list_append (entries
, menu_entry_create (_("E&xternal panelize"), CK_ExternalPanelize
));
747 g_list_append (entries
,
748 menu_entry_create (_("Show directory s&izes"), CK_SingleDirsizeCmd
));
749 entries
= g_list_append (entries
, menu_separator_create ());
750 entries
= g_list_append (entries
, menu_entry_create (_("Command &history"), CK_HistoryCmd
));
752 g_list_append (entries
, menu_entry_create (_("Di&rectory hotlist"), CK_QuickChdirCmd
));
754 entries
= g_list_append (entries
, menu_entry_create (_("&Active VFS list"), CK_ReselectVfs
));
756 #ifdef WITH_BACKGROUND
757 entries
= g_list_append (entries
, menu_entry_create (_("&Background jobs"), CK_JobsCmd
));
759 entries
= g_list_append (entries
, menu_separator_create ());
762 g_list_append (entries
,
763 menu_entry_create (_("&Undelete files (ext2fs only)"), CK_UndeleteCmd
));
765 #ifdef LISTMODE_EDITOR
767 g_list_append (entries
, menu_entry_create (_("&Listing format edit"), CK_ListmodeCmd
));
769 #if defined (USE_EXT2FSLIB) || defined (LISTMODE_EDITOR)
770 entries
= g_list_append (entries
, menu_separator_create ());
773 g_list_append (entries
, menu_entry_create (_("Edit &extension file"), CK_EditExtFileCmd
));
774 entries
= g_list_append (entries
, menu_entry_create (_("Edit &menu file"), CK_EditMcMenuCmd
));
776 g_list_append (entries
,
777 menu_entry_create (_("Edit hi&ghlighting group file"), CK_EditFhlFileCmd
));
783 create_options_menu (void)
785 GList
*entries
= NULL
;
787 entries
= g_list_append (entries
, menu_entry_create (_("&Configuration..."), CK_ConfigureBox
));
788 entries
= g_list_append (entries
, menu_entry_create (_("&Layout..."), CK_LayoutBox
));
789 entries
= g_list_append (entries
, menu_entry_create (_("&Panel options..."), CK_PanelOptionsBox
));
790 entries
= g_list_append (entries
, menu_entry_create (_("C&onfirmation..."), CK_ConfirmBox
));
791 entries
= g_list_append (entries
, menu_entry_create (_("&Display bits..."), CK_DisplayBitsBox
));
792 entries
= g_list_append (entries
, menu_entry_create (_("Learn &keys..."), CK_LearnKeys
));
794 entries
= g_list_append (entries
, menu_entry_create (_("&Virtual FS..."), CK_ConfigureVfs
));
796 entries
= g_list_append (entries
, menu_separator_create ());
797 entries
= g_list_append (entries
, menu_entry_create (_("&Save setup"), CK_SaveSetupCmd
));
805 menubar_add_menu (the_menubar
,
806 create_menu (horizontal_split
? _("&Above") : _("&Left"),
807 create_panel_menu (), "[Left and Right Menus]"));
808 menubar_add_menu (the_menubar
, create_menu (_("&File"), create_file_menu (), "[File Menu]"));
809 menubar_add_menu (the_menubar
,
810 create_menu (_("&Command"), create_command_menu (), "[Command Menu]"));
811 menubar_add_menu (the_menubar
,
812 create_menu (_("&Options"), create_options_menu (), "[Options Menu]"));
813 menubar_add_menu (the_menubar
,
814 create_menu (horizontal_split
? _("&Below") : _("&Right"),
815 create_panel_menu (), "[Left and Right Menus]"));
821 menubar_set_menu (the_menubar
, NULL
);
825 menu_last_selected_cmd (void)
827 the_menubar
->is_active
= TRUE
;
828 the_menubar
->is_dropped
= (drop_menus
!= 0);
829 the_menubar
->previous_widget
= midnight_dlg
->current
->dlg_id
;
830 dlg_select_widget (the_menubar
);
836 if (the_menubar
->is_active
)
839 if ((get_current_index () == 0) == (current_panel
->active
!= 0))
840 the_menubar
->selected
= 0;
842 the_menubar
->selected
= g_list_length (the_menubar
->menu
) - 1;
843 menu_last_selected_cmd ();
847 midnight_get_shortcut (unsigned long command
)
850 const char *shortcut
= NULL
;
852 shortcut
= lookup_keymap_shortcut (main_map
, command
);
853 if (shortcut
!= NULL
)
854 return g_strdup (shortcut
);
856 shortcut
= lookup_keymap_shortcut (panel_map
, command
);
857 if (shortcut
!= NULL
)
858 return g_strdup (shortcut
);
860 ext_map
= lookup_keymap_shortcut (main_map
, CK_StartExtMap1
);
862 shortcut
= lookup_keymap_shortcut (main_x_map
, command
);
863 if (shortcut
!= NULL
)
864 return g_strdup_printf ("%s %s", ext_map
, shortcut
);
870 toggle_show_hidden (void)
872 panels_options
.show_dot_files
= !panels_options
.show_dot_files
;
873 update_panels (UP_RELOAD
, UP_KEEPSEL
);
877 toggle_panels_split (void)
879 horizontal_split
= !horizontal_split
;
885 * Just a hack for allowing url-like pathnames to be accepted from the
889 translated_mc_chdir (char *dir
)
894 newdir
= vfs_translate_url (dir
);
895 ret
= mc_chdir (newdir
);
904 panel_view_mode_t current_mode
, other_mode
;
905 char original_dir
[BUF_1K
] = "\0";
907 if (boot_current_is_left
)
911 current_mode
= startup_left_mode
;
912 other_mode
= startup_right_mode
;
918 current_mode
= startup_right_mode
;
919 other_mode
= startup_left_mode
;
921 /* Creates the left panel */
922 if (mc_run_param0
!= NULL
)
924 if (mc_run_param1
!= NULL
)
926 /* Ok, user has specified two dirs, save the original one,
927 * since we may not be able to chdir to the proper
928 * second directory later
930 mc_get_current_wd (original_dir
, sizeof (original_dir
) - 2);
932 translated_mc_chdir (mc_run_param0
);
934 set_display_type (current_index
, current_mode
);
936 /* The other panel */
937 if (mc_run_param1
!= NULL
)
939 if (original_dir
[0] != '\0')
940 translated_mc_chdir (original_dir
);
941 translated_mc_chdir (mc_run_param1
);
943 set_display_type (other_index
, other_mode
);
945 if (startup_left_mode
== view_listing
)
947 current_panel
= left_panel
;
952 current_panel
= right_panel
;
954 current_panel
= left_panel
;
957 /* Create the nice widgets */
958 cmdline
= command_new (0, 0, 0);
959 the_prompt
= label_new (0, 0, mc_prompt
);
960 the_prompt
->transparent
= 1;
961 the_bar
= buttonbar_new (keybar_visible
);
963 the_hint
= label_new (0, 0, 0);
964 the_hint
->transparent
= 1;
965 the_hint
->auto_adjust_cols
= 0;
966 the_hint
->widget
.cols
= COLS
;
968 the_menubar
= menubar_new (0, 0, COLS
, NULL
);
972 copy_current_pathname (void)
978 cwd_path
= remove_encoding_from_path (current_panel
->cwd
);
979 command_insert (cmdline
, cwd_path
, 0);
981 if (cwd_path
[strlen (cwd_path
) - 1] != PATH_SEP
)
982 command_insert (cmdline
, PATH_SEP_STR
, 0);
987 copy_other_pathname (void)
991 if (get_other_type () != view_listing
)
997 cwd_path
= remove_encoding_from_path (other_panel
->cwd
);
998 command_insert (cmdline
, cwd_path
, 0);
1000 if (cwd_path
[strlen (cwd_path
) - 1] != PATH_SEP
)
1001 command_insert (cmdline
, PATH_SEP_STR
, 0);
1006 copy_readlink (WPanel
* panel
)
1008 if (!command_prompt
)
1010 if (S_ISLNK (selection (panel
)->st
.st_mode
))
1012 char buffer
[MC_MAXPATHLEN
];
1013 char *p
= concat_dir_and_file (panel
->cwd
, selection (panel
)->fname
);
1016 i
= mc_readlink (p
, buffer
, MC_MAXPATHLEN
- 1);
1021 command_insert (cmdline
, buffer
, 1);
1027 copy_current_readlink (void)
1029 copy_readlink (current_panel
);
1033 copy_other_readlink (void)
1035 if (get_other_type () == view_listing
)
1036 copy_readlink (other_panel
);
1039 /* Insert the selected file name into the input line */
1041 copy_prog_name (void)
1044 if (!command_prompt
)
1047 if (get_current_type () == view_tree
)
1049 WTree
*tree
= (WTree
*) get_panel_widget (get_current_index ());
1050 tmp
= tree_selected_name (tree
);
1053 tmp
= selection (current_panel
)->fname
;
1055 command_insert (cmdline
, tmp
, 1);
1059 copy_tagged (WPanel
* panel
)
1063 if (!command_prompt
)
1065 input_disable_update (cmdline
);
1068 for (i
= 0; i
< panel
->count
; i
++)
1070 if (panel
->dir
.list
[i
].f
.marked
)
1071 command_insert (cmdline
, panel
->dir
.list
[i
].fname
, 1);
1076 command_insert (cmdline
, panel
->dir
.list
[panel
->selected
].fname
, 1);
1078 input_enable_update (cmdline
);
1082 copy_current_tagged (void)
1084 copy_tagged (current_panel
);
1088 copy_other_tagged (void)
1090 if (get_other_type () == view_listing
)
1091 copy_tagged (other_panel
);
1095 midnight_set_buttonbar (WButtonBar
* b
)
1097 buttonbar_set_label (b
, 1, Q_ ("ButtonBar|Help"), main_map
, NULL
);
1098 buttonbar_set_label (b
, 2, Q_ ("ButtonBar|Menu"), main_map
, NULL
);
1099 buttonbar_set_label (b
, 3, Q_ ("ButtonBar|View"), main_map
, NULL
);
1100 buttonbar_set_label (b
, 4, Q_ ("ButtonBar|Edit"), main_map
, NULL
);
1101 buttonbar_set_label (b
, 5, Q_ ("ButtonBar|Copy"), main_map
, NULL
);
1102 buttonbar_set_label (b
, 6, Q_ ("ButtonBar|RenMov"), main_map
, NULL
);
1103 buttonbar_set_label (b
, 7, Q_ ("ButtonBar|Mkdir"), main_map
, NULL
);
1104 buttonbar_set_label (b
, 8, Q_ ("ButtonBar|Delete"), main_map
, NULL
);
1105 buttonbar_set_label (b
, 9, Q_ ("ButtonBar|PullDn"), main_map
, NULL
);
1106 buttonbar_set_label (b
, 10, Q_ ("ButtonBar|Quit"), main_map
, NULL
);
1109 static gboolean ctl_x_map_enabled
= FALSE
;
1114 ctl_x_map_enabled
= TRUE
;
1118 midnight_execute_cmd (Widget
* sender
, unsigned long command
)
1120 cb_ret_t res
= MSG_HANDLED
;
1129 case CK_ChangeListingCmd
:
1130 change_listing_cmd ();
1138 case CK_ChownAdvancedCmd
:
1139 chown_advanced_cmd ();
1141 case CK_CompareDirsCmd
:
1142 compare_dirs_cmd ();
1144 case CK_ConfigureBox
:
1148 case CK_ConfigureVfs
:
1158 case CK_CopyCurrentPathname
:
1159 copy_current_pathname ();
1161 case CK_CopyCurrentReadlink
:
1162 copy_current_readlink ();
1164 case CK_CopyCurrentTagged
:
1165 copy_current_tagged ();
1167 case CK_CopyOtherPathname
:
1168 copy_other_pathname ();
1170 case CK_CopyOtherReadlink
:
1171 copy_other_readlink ();
1173 case CK_CopyOtherTagged
:
1174 copy_other_tagged ();
1179 #ifdef USE_DIFF_VIEW
1180 case CK_DiffViewCmd
:
1184 case CK_DisplayBitsBox
:
1185 display_bits_box ();
1190 case CK_EditExtFileCmd
:
1193 case CK_EditFhlFileCmd
:
1196 case CK_EditMcMenuCmd
:
1197 edit_mc_menu_cmd ();
1199 case CK_EditSymlinkCmd
:
1200 edit_symlink_cmd ();
1202 case CK_ExternalPanelize
:
1203 external_panelize ();
1208 case CK_FilteredViewCmd
:
1209 filtered_view_cmd ();
1214 #if defined (USE_NETCODE)
1215 case CK_FishlinkCmd
:
1229 if (sender
== (Widget
*) the_menubar
)
1230 info_cmd (); /* mwnu */
1232 info_cmd_no_menu (); /* shortcut or buttonbar */
1234 #ifdef WITH_BACKGROUND
1246 link_cmd (LINK_HARDLINK
);
1251 #ifdef LISTMODE_EDITOR
1252 case CK_ListmodeCmd
:
1259 case CK_MenuLastSelectedCmd
:
1260 menu_last_selected_cmd ();
1265 #if defined (USE_NETCODE) && defined (ENABLE_VFS_MCFS)
1270 case CK_PanelOptionsBox
:
1271 panel_options_box ();
1274 case CK_PanelSetPanelEncoding
:
1281 case CK_QuickChdirCmd
:
1284 case CK_QuickViewCmd
:
1285 if (sender
== (Widget
*) the_menubar
)
1286 quick_view_cmd (); /* menu */
1288 quick_cmd_no_menu (); /* shortcut or buttonabr */
1290 case CK_QuietQuitCmd
:
1296 case CK_RelativeSymlinkCmd
:
1297 link_cmd (LINK_SYMLINK_RELATIVE
);
1306 case CK_ReselectVfs
:
1310 case CK_ReverseSelectionCmd
:
1311 reverse_selection_cmd ();
1313 case CK_SaveSetupCmd
:
1319 case CK_ShowCommandLine
:
1322 case CK_SingleDirsizeCmd
:
1323 smart_dirsize_cmd ();
1325 #if defined (USE_NETCODE) && defined (ENABLE_VFS_SMB)
1329 #endif /* USE_NETCODE && ENABLE_VFS_SMB */
1333 case CK_StartExtMap1
:
1343 link_cmd (LINK_SYMLINK_ABSOLUTE
);
1345 case CK_ToggleListingCmd
:
1346 toggle_listing_cmd ();
1348 case CK_ToggleShowHidden
:
1349 toggle_show_hidden ();
1351 case CK_TogglePanelsSplit
:
1352 toggle_panels_split ();
1360 #ifdef USE_EXT2FSLIB
1361 case CK_UndeleteCmd
:
1365 case CK_UnselectCmd
:
1368 case CK_UserMenuCmd
:
1369 user_file_menu_cmd ();
1374 case CK_ViewFileCmd
:
1378 res
= MSG_NOT_HANDLED
;
1385 init_xterm_support (void)
1387 const char *termvalue
;
1389 termvalue
= getenv ("TERM");
1390 if (!termvalue
|| !(*termvalue
))
1392 fputs (_("The TERM environment variable is unset!\n"), stderr
);
1393 exit (EXIT_FAILURE
);
1396 /* Check mouse capabilities */
1397 xmouse_seq
= tty_tgetstr ("Km");
1399 if (strcmp (termvalue
, "cygwin") == 0)
1401 mc_args__force_xterm
= 1;
1402 use_mouse_p
= MOUSE_DISABLED
;
1405 if (mc_args__force_xterm
|| strncmp (termvalue
, "xterm", 5) == 0
1406 || strncmp (termvalue
, "konsole", 7) == 0
1407 || strncmp (termvalue
, "rxvt", 4) == 0
1408 || strcmp (termvalue
, "Eterm") == 0 || strcmp (termvalue
, "dtterm") == 0)
1412 /* Default to the standard xterm sequence */
1415 xmouse_seq
= ESC_STR
"[M";
1418 /* Enable mouse unless explicitly disabled by --nomouse */
1419 if (use_mouse_p
!= MOUSE_DISABLED
)
1421 const char *color_term
= getenv ("COLORTERM");
1422 if (strncmp (termvalue
, "rxvt", 4) == 0 ||
1423 (color_term
!= NULL
&& strncmp (color_term
, "rxvt", 4) == 0) ||
1424 strcmp (termvalue
, "Eterm") == 0)
1426 use_mouse_p
= MOUSE_XTERM_NORMAL_TRACKING
;
1430 use_mouse_p
= MOUSE_XTERM_BUTTON_EVENT_TRACKING
;
1440 tty_display_8bit (full_eight_bits
!= 0);
1442 tty_display_8bit (eight_bit_clean
!= 0);
1445 #ifdef HAVE_SUBSHELL_SUPPORT
1447 add_select_channel (subshell_pty
, load_prompt
, 0);
1448 #endif /* !HAVE_SUBSHELL_SUPPORT */
1450 tty_setup_sigwinch (sigwinch_handler
);
1452 if ((tty_baudrate () < 9600) || tty_is_slow ())
1455 init_xterm_support ();
1460 setup_dummy_mc (void)
1462 char d
[MC_MAXPATHLEN
];
1465 mc_get_current_wd (d
, MC_MAXPATHLEN
);
1473 const char *current_system_codepage
= NULL
;
1475 current_system_codepage
= str_detect_termencoding ();
1479 const char *_display_codepage
;
1481 _display_codepage
= get_codepage_id (display_codepage
);
1483 if (!strcmp (_display_codepage
, current_system_codepage
))
1485 utf8_display
= str_isutf8 (current_system_codepage
);
1489 display_codepage
= get_codepage_index (current_system_codepage
);
1490 if (display_codepage
== -1)
1492 display_codepage
= 0;
1495 mc_config_set_string (mc_main_config
, "Misc", "display_codepage", cp_display
);
1498 utf8_display
= str_isutf8 (current_system_codepage
);
1504 if (!(quit
& SUBSHELL_EXIT
))
1506 tty_reset_shell_mode ();
1519 * We sync the profiles since the hotlist may have changed, while
1520 * we only change the setup data if we have the auto save feature set
1523 if (auto_save_setup
)
1524 save_setup (); /* does also call save_hotlist */
1528 save_panel_types ();
1531 vfs_add_current_stamps ();
1534 /* This should be called after destroy_dlg since panel widgets
1535 * save their state on the profiles
1538 done_mc_profile (void)
1544 midnight_callback (Dlg_head
* h
, Widget
* sender
, dlg_msg_t msg
, int parm
, void *data
)
1546 unsigned long command
;
1556 /* We handle the special case of the output lines */
1557 if (console_flag
&& output_lines
)
1558 show_console_contents (output_start_y
,
1559 LINES
- output_lines
- keybar_visible
-
1560 1, LINES
- keybar_visible
- 1);
1565 menubar_arrange (the_menubar
);
1569 /* We only need the first idle event to show user menu after start */
1570 set_idle_proc (h
, 0);
1572 if (boot_current_is_left
)
1573 dlg_select_widget (get_panel_widget (0));
1575 dlg_select_widget (get_panel_widget (1));
1578 midnight_execute_cmd (NULL
, CK_UserMenuCmd
);
1582 if (ctl_x_map_enabled
)
1584 ctl_x_map_enabled
= FALSE
;
1585 command
= lookup_keymap_command (main_x_map
, parm
);
1586 if (command
!= CK_Ignore_Key
)
1587 return midnight_execute_cmd (NULL
, command
);
1590 /* FIXME: should handle all menu shortcuts before this point */
1591 if (the_menubar
->is_active
)
1592 return MSG_NOT_HANDLED
;
1595 free_completions (cmdline
);
1601 for (i
= 0; cmdline
->buffer
[i
] && (cmdline
->buffer
[i
] == ' ' ||
1602 cmdline
->buffer
[i
] == '\t'); i
++)
1604 if (cmdline
->buffer
[i
])
1606 send_message ((Widget
*) cmdline
, WIDGET_KEY
, parm
);
1609 stuff (cmdline
, "", 0);
1613 /* Ctrl-Enter and Alt-Enter */
1614 if (((parm
& ~(KEY_M_CTRL
| KEY_M_ALT
)) == '\n') && (parm
& (KEY_M_CTRL
| KEY_M_ALT
)))
1620 /* Ctrl-Shift-Enter */
1621 if (parm
== (KEY_M_CTRL
| KEY_M_SHIFT
| '\n'))
1623 copy_current_pathname ();
1628 if ((!alternate_plus_minus
|| !(console_flag
|| xterm_flag
))
1629 && !quote
&& !current_panel
->searching
)
1631 if (!only_leading_plus_minus
)
1633 /* Special treatement, since the input line will eat them */
1640 if (parm
== '\\' || parm
== '-')
1648 reverse_selection_cmd ();
1652 else if (!command_prompt
|| !cmdline
->buffer
[0])
1654 /* Special treatement '+', '-', '\', '*' only when this is
1655 * first char on input line
1664 if (parm
== '\\' || parm
== '-')
1672 reverse_selection_cmd ();
1677 return MSG_NOT_HANDLED
;
1679 case DLG_HOTKEY_HANDLED
:
1680 if ((get_current_type () == view_listing
) && current_panel
->searching
)
1682 current_panel
->searching
= 0;
1683 current_panel
->dirty
= 1;
1687 case DLG_UNHANDLED_KEY
:
1692 v
= send_message ((Widget
*) cmdline
, WIDGET_KEY
, parm
);
1693 if (v
== MSG_HANDLED
)
1697 if (ctl_x_map_enabled
)
1699 ctl_x_map_enabled
= FALSE
;
1700 command
= lookup_keymap_command (main_x_map
, parm
);
1703 command
= lookup_keymap_command (main_map
, parm
);
1705 return (command
== CK_Ignore_Key
) ? MSG_NOT_HANDLED
: midnight_execute_cmd (NULL
, command
);
1708 if (!the_menubar
->is_active
)
1709 update_dirty_panels ();
1715 midnight_execute_cmd (NULL
, parm
);
1716 /* message from menu */
1717 else if (sender
== (Widget
*) the_menubar
)
1718 midnight_execute_cmd (sender
, parm
);
1719 /* message from buttonbar */
1720 else if (sender
== (Widget
*) the_bar
)
1723 midnight_execute_cmd (sender
, parm
);
1725 send_message ((Widget
*) data
, WIDGET_COMMAND
, parm
);
1730 return default_dlg_callback (h
, sender
, msg
, parm
, data
);
1734 /* Show current directory in the xterm title */
1736 update_xterm_title_path (void)
1739 char host
[BUF_TINY
];
1741 struct passwd
*pw
= NULL
;
1744 if (xterm_flag
&& xterm_title
)
1746 path
= strip_home_and_password (current_panel
->cwd
);
1747 res
= gethostname (host
, sizeof (host
));
1749 { /* On success, res = 0 */
1754 host
[sizeof (host
) - 1] = '\0';
1756 pw
= getpwuid (getuid ());
1759 login
= g_strdup_printf ("%s@%s", pw
->pw_name
, host
);
1763 login
= g_strdup (host
);
1765 p
= g_strdup_printf ("mc [%s]:%s", login
, path
);
1766 fprintf (stdout
, "\33]0;%s\7", str_term_form (p
));
1769 if (!alternate_plus_minus
)
1770 numeric_keypad_mode ();
1776 * Load new hint and display it.
1777 * IF force is not 0, ignore the timeout.
1780 load_hint (int force
)
1784 if (!the_hint
->widget
.parent
)
1787 if (!message_visible
)
1789 label_set_text (the_hint
, NULL
);
1793 hint
= get_random_hint (force
);
1803 char text
[BUF_SMALL
];
1805 g_snprintf (text
, sizeof (text
), _("GNU Midnight Commander %s\n"), VERSION
);
1811 create_panels_and_run_mc (void)
1813 midnight_dlg
->get_shortcut
= midnight_get_shortcut
;
1817 add_widget (midnight_dlg
, the_menubar
);
1820 add_widget (midnight_dlg
, get_panel_widget (0));
1821 add_widget (midnight_dlg
, get_panel_widget (1));
1823 add_widget (midnight_dlg
, the_hint
);
1824 add_widget (midnight_dlg
, cmdline
);
1825 add_widget (midnight_dlg
, the_prompt
);
1827 add_widget (midnight_dlg
, the_bar
);
1828 midnight_set_buttonbar (the_bar
);
1830 /* Run the Midnight Commander if no file was specified in the command line */
1831 run_dlg (midnight_dlg
);
1834 /* result must be free'd (I think this should go in util.c) */
1836 prepend_cwd_on_local (const char *filename
)
1841 if (!vfs_file_is_local (filename
) || g_path_is_absolute (filename
))
1842 return g_strdup (filename
);
1844 d
= g_malloc (MC_MAXPATHLEN
+ strlen (filename
) + 2);
1845 mc_get_current_wd (d
, MC_MAXPATHLEN
);
1848 strcpy (d
+ l
, filename
);
1849 canonicalize_pathname (d
);
1853 /* Invoke the internal view/edit routine with:
1854 * the default processing and forcing the internal viewer/editor
1857 mc_maybe_editor_or_viewer (void)
1859 switch (mc_run_mode
)
1861 #ifdef USE_INTERNAL_EDIT
1863 edit_file (mc_run_param0
, mc_args__edit_start_line
);
1865 #endif /* USE_INTERNAL_EDIT */
1869 path
= prepend_cwd_on_local (mc_run_param0
);
1870 view_file (path
, 0, 1);
1874 #ifdef USE_DIFF_VIEW
1875 case MC_RUN_DIFFVIEWER
:
1876 diff_view (mc_run_param0
, mc_run_param1
, mc_run_param0
, mc_run_param1
);
1878 #endif /* USE_DIFF_VIEW */
1882 midnight_shutdown
= 1;
1886 /* Run the main dialog that occupies the whole screen */
1890 int midnight_colors
[DLG_COLOR_NUM
];
1891 midnight_colors
[0] = mc_skin_color_get ("dialog", "_default_");
1892 midnight_colors
[1] = mc_skin_color_get ("dialog", "focus");
1893 midnight_colors
[2] = mc_skin_color_get ("dialog", "hotnormal");
1894 midnight_colors
[3] = mc_skin_color_get ("dialog", "hotfocus");
1898 midnight_dlg
= create_dlg (0, 0, LINES
, COLS
, midnight_colors
, midnight_callback
,
1899 "[main]", NULL
, DLG_WANT_IDLE
);
1901 if (mc_run_mode
== MC_RUN_FULL
)
1906 /* start check display_codepage and source_codepage */
1909 /* Check if we were invoked as an editor or file viewer */
1910 if (mc_run_mode
!= MC_RUN_FULL
)
1911 mc_maybe_editor_or_viewer ();
1914 create_panels_and_run_mc ();
1917 midnight_shutdown
= 1;
1919 /* destroy_dlg destroys even current_panel->cwd, so we have to save a copy :) */
1920 if (mc_args__last_wd_file
&& vfs_current_is_local ())
1921 last_wd_string
= g_strdup (current_panel
->cwd
);
1926 destroy_dlg (midnight_dlg
);
1932 /* POSIX version. The only version we support. */
1936 const char *shell_env
= getenv ("SHELL");
1937 const char *mc_libdir
;
1939 if ((shell_env
== NULL
) || (shell_env
[0] == '\0'))
1942 pwd
= getpwuid (geteuid ());
1944 shell
= g_strdup (pwd
->pw_shell
);
1947 shell
= g_strdup (shell_env
);
1949 if ((shell
== NULL
) || (shell
[0] == '\0'))
1952 shell
= g_strdup ("/bin/sh");
1955 /* This is the directory, where MC was installed, on Unix this is DATADIR */
1956 /* and can be overriden by the MC_DATADIR environment variable */
1957 mc_libdir
= getenv ("MC_DATADIR");
1958 if (mc_libdir
!= NULL
)
1960 mc_home
= g_strdup (mc_libdir
);
1961 mc_home_alt
= g_strdup (SYSCONFDIR
);
1965 mc_home
= g_strdup (SYSCONFDIR
);
1966 mc_home_alt
= g_strdup (DATADIR
);
1969 /* This variable is used by the subshell */
1970 home_dir
= getenv ("HOME");
1977 sigchld_handler_no_subshell (int sig
)
1985 /* COMMENT: if it were true that after the call to handle_console(..INIT)
1986 the value of console_flag never changed, we could simply not install
1987 this handler at all if (!console_flag && !use_subshell). */
1989 /* That comment is no longer true. We need to wait() on a sigchld
1990 handler (that's at least what the tarfs code expects currently). */
1992 pid
= waitpid (cons_saver_pid
, &status
, WUNTRACED
| WNOHANG
);
1994 if (pid
== cons_saver_pid
)
1997 if (WIFSTOPPED (status
))
1999 /* Someone has stopped cons.saver - restart it */
2000 kill (pid
, SIGCONT
);
2004 /* cons.saver has died - disable console saving */
2005 handle_console (CONSOLE_DONE
);
2009 /* If we got here, some other child exited; ignore it */
2010 #endif /* __linux__ */
2018 struct sigaction sigchld_action
;
2020 sigchld_action
.sa_handler
=
2021 #ifdef HAVE_SUBSHELL_SUPPORT
2022 use_subshell
? sigchld_handler
:
2023 #endif /* HAVE_SUBSHELL_SUPPORT */
2024 sigchld_handler_no_subshell
;
2026 sigemptyset (&sigchld_action
.sa_mask
);
2029 sigchld_action
.sa_flags
= SA_RESTART
;
2031 sigchld_action
.sa_flags
= 0;
2032 #endif /* !SA_RESTART */
2034 if (sigaction (SIGCHLD
, &sigchld_action
, NULL
) == -1)
2036 #ifdef HAVE_SUBSHELL_SUPPORT
2038 * This may happen on QNX Neutrino 6, where SA_RESTART
2039 * is defined but not implemented. Fallback to no subshell.
2042 #endif /* HAVE_SUBSHELL_SUPPORT */
2047 main (int argc
, char *argv
[])
2051 GError
*error
= NULL
;
2052 gboolean isInitialized
;
2054 /* We had LC_CTYPE before, LC_ALL includs LC_TYPE as well */
2055 setlocale (LC_ALL
, "");
2056 bindtextdomain ("mc", LOCALEDIR
);
2059 /* Set up temporary directory */
2064 str_init_strings (NULL
);
2068 #ifdef USE_INTERNAL_EDIT
2073 SLtt_Ignore_Beep
= 1;
2076 if (!mc_args_handle (argc
, argv
, "mc"))
2077 exit (EXIT_FAILURE
);
2079 /* NOTE: This has to be called before tty_init or whatever routine
2080 calls any define_sequence */
2083 /* Must be done before installing the SIGCHLD handler [[FIXME]] */
2084 handle_console (CONSOLE_INIT
);
2086 #ifdef HAVE_SUBSHELL_SUPPORT
2087 /* Don't use subshell when invoked as viewer or editor */
2088 if (mc_run_mode
!= MC_RUN_FULL
)
2092 subshell_get_console_attributes ();
2093 #endif /* HAVE_SUBSHELL_SUPPORT */
2095 /* Install the SIGCHLD handler; must be done before init_subshell() */
2098 /* We need this, since ncurses endwin () doesn't restore the signals */
2099 save_stop_handler ();
2101 /* Must be done before init_subshell, to set up the terminal size: */
2102 /* FIXME: Should be removed and LINES and COLS computed on subshell */
2103 tty_init ((gboolean
) mc_args__slow_terminal
, (gboolean
) mc_args__ugly_line_drawing
);
2107 /* Removing this from the X code let's us type C-c */
2110 load_keymap_defs ();
2112 tty_init_colors (mc_args__disable_colors
, mc_args__force_colors
);
2114 isInitialized
= mc_skin_init (&error
);
2116 mc_filehighlight
= mc_fhl_new (TRUE
);
2118 dlg_set_default_colors ();
2122 message (D_ERROR
, _("Warning"), "%s", error
->message
);
2123 g_error_free (error
);
2127 /* create home directory */
2128 /* do it after the screen library initialization to show the error message */
2129 mc_dir
= concat_dir_and_file (home_dir
, MC_USERCONF_DIR
);
2130 canonicalize_pathname (mc_dir
);
2131 if ((stat (mc_dir
, &s
) != 0) && (errno
== ENOENT
) && mkdir (mc_dir
, 0700) != 0)
2132 message (D_ERROR
, _("Warning"), _("Cannot create %s directory"), mc_dir
);
2135 #ifdef HAVE_SUBSHELL_SUPPORT
2136 /* Done here to ensure that the subshell doesn't */
2137 /* inherit the file descriptors opened below, etc */
2141 #endif /* HAVE_SUBSHELL_SUPPORT */
2143 /* Also done after init_subshell, to save any shell init file messages */
2145 handle_console (CONSOLE_SAVE
);
2147 if (alternate_plus_minus
)
2148 application_keypad_mode ();
2150 #ifdef HAVE_SUBSHELL_SUPPORT
2153 mc_prompt
= strip_ctrl_codes (subshell_prompt
);
2154 if (mc_prompt
== NULL
)
2155 mc_prompt
= (geteuid () == 0) ? "# " : "$ ";
2158 #endif /* HAVE_SUBSHELL_SUPPORT */
2159 mc_prompt
= (geteuid () == 0) ? "# " : "$ ";
2161 /* Program main loop */
2162 if (!midnight_shutdown
)
2165 /* Save the tree store */
2168 free_keymap_defs ();
2170 /* Virtual File System shutdown */
2173 flush_extension_file (); /* does only free memory */
2175 mc_fhl_free (&mc_filehighlight
);
2180 if (console_flag
&& !(quit
& SUBSHELL_EXIT
))
2181 handle_console (CONSOLE_RESTORE
);
2182 if (alternate_plus_minus
)
2183 numeric_keypad_mode ();
2185 signal (SIGCHLD
, SIG_DFL
); /* Disable the SIGCHLD handler */
2188 handle_console (CONSOLE_DONE
);
2189 putchar ('\n'); /* Hack to make shell's prompt start at left of screen */
2191 if (mc_run_mode
== MC_RUN_FULL
&& mc_args__last_wd_file
&& last_wd_string
&& !print_last_revert
)
2193 int last_wd_fd
= open (mc_args__last_wd_file
, O_WRONLY
| O_CREAT
| O_TRUNC
| O_EXCL
,
2196 if (last_wd_fd
!= -1)
2200 ret1
= write (last_wd_fd
, last_wd_string
, strlen (last_wd_string
));
2201 ret2
= close (last_wd_fd
);
2204 g_free (last_wd_string
);
2206 g_free (mc_home_alt
);
2212 free_codepages_list ();
2213 g_free (autodetect_codeset
);
2215 str_uninit_strings ();
2217 g_free (mc_run_param0
);
2218 g_free (mc_run_param1
);
2220 #ifdef USE_INTERNAL_EDIT