Merge branch 'mc-4.6'
[midnight-commander.git] / src / main.c
blob6ba72e0c1a9ea798fcc54233b456e4f003b8042e
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 Free Software Foundation, Inc.
5 Written by: 1994, 1995, 1996, 1997 Miguel de Icaza
6 1994, 1995 Janne Kukonlehto
7 1997 Norbert Warmuth
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. */
23 #include <config.h>
25 #include <ctype.h>
26 #include <errno.h>
27 #include <locale.h>
28 #include <signal.h>
29 #include <stdio.h>
30 #include <stdlib.h>
31 #include <string.h>
33 #include <sys/types.h>
34 #include <sys/stat.h>
35 #include <unistd.h>
37 #include "global.h"
38 #include "tty.h"
39 #include "dir.h"
40 #include "color.h"
41 #include "dialog.h"
42 #include "menu.h"
43 #include "panel.h"
44 #include "main.h"
45 #include "win.h"
46 #include "mouse.h"
47 #include "option.h"
48 #include "tree.h"
49 #include "treestore.h"
50 #include "cons.saver.h"
51 #include "subshell.h"
52 #include "key.h" /* For init_key() and mi_getch() */
53 #include "setup.h" /* save_setup() */
54 #include "profile.h" /* free_profiles() */
55 #include "boxes.h" /* sort_box() */
56 #include "layout.h"
57 #include "cmd.h" /* Normal commands */
58 #include "hotlist.h"
59 #include "panelize.h"
60 #include "learn.h" /* learn_keys() */
61 #include "listmode.h"
62 #include "execute.h"
63 #include "ext.h" /* For flush_extension_file() */
65 /* Listbox for the command history feature */
66 #include "widget.h"
67 #include "command.h"
68 #include "wtools.h"
69 #include "complete.h" /* For the free_completion */
71 #include "chmod.h"
72 #include "chown.h"
73 #include "achown.h"
75 #ifdef WITH_SMBFS
76 #include "../vfs/smbfs.h" /* smbfs_set_debug() */
77 #endif
79 #ifdef USE_INTERNAL_EDIT
80 # include "../edit/edit.h"
81 #endif
83 #ifdef HAVE_CHARSET
84 #include "charsets.h"
85 #endif /* HAVE_CHARSET */
87 #ifdef USE_VFS
88 #include "../vfs/gc.h"
89 #endif
91 #include "popt.h"
93 /* When the modes are active, left_panel, right_panel and tree_panel */
94 /* Point to a proper data structure. You should check with the functions */
95 /* get_current_type and get_other_type the types of the panels before using */
96 /* This pointer variables */
98 /* The structures for the panels */
99 WPanel *left_panel = NULL;
100 WPanel *right_panel = NULL;
102 /* The pointer to the tree */
103 WTree *the_tree = NULL;
105 /* The Menubar */
106 struct WMenu *the_menubar = NULL;
108 /* Pointers to the selected and unselected panel */
109 WPanel *current_panel = NULL;
111 /* Set if the command is being run from the "Right" menu */
112 int is_right = 0;
114 /* Set when main loop should be terminated */
115 volatile int quit = 0;
117 /* Set if you want the possible completions dialog for the first time */
118 int show_all_if_ambiguous = 0;
120 /* Set when cd symlink following is desirable (bash mode) */
121 int cd_symlinks = 1;
123 /* If set then dialogs just clean the screen when refreshing, else */
124 /* they do a complete refresh, refreshing all the parts of the program */
125 int fast_refresh = 0;
127 /* If true, marking a files moves the cursor down */
128 int mark_moves_down = 1;
130 /* If true, at startup the user-menu is invoked */
131 int auto_menu = 0;
133 /* If true, use + and \ keys normally and select/unselect do if M-+ / M-\
134 and M-- and keypad + / - */
135 int alternate_plus_minus = 0;
137 /* If true, then the +, - and \ keys have their special meaning only if the
138 * command line is emtpy, otherwise they behave like regular letters
140 int only_leading_plus_minus = 1;
142 int pause_after_run = pause_on_dumb_terminals;
144 /* It true saves the setup when quitting */
145 int auto_save_setup = 1;
147 #ifndef HAVE_CHARSET
148 /* If true, allow characters in the range 160-255 */
149 int eight_bit_clean = 1;
152 * If true, also allow characters in the range 128-159.
153 * This is reported to break on many terminals (xterm, qansi-m).
155 int full_eight_bits = 0;
156 #endif /* !HAVE_CHARSET */
158 /* If true use the internal viewer */
159 int use_internal_view = 1;
161 /* Have we shown the fast-reload warning in the past? */
162 int fast_reload_w = 0;
164 /* Move page/item? When clicking on the top or bottom of a panel */
165 int mouse_move_pages = 1;
167 /* If true: l&r arrows are used to chdir if the input line is empty */
168 int navigate_with_arrows = 0;
170 /* If true use +, -, | for line drawing */
171 int force_ugly_line_drawing = 0;
173 /* If true program softkeys (HP terminals only) on startup and after every
174 command ran in the subshell to the description found in the termcap/terminfo
175 database */
176 int reset_hp_softkeys = 0;
178 /* The prompt */
179 const char *prompt = NULL;
181 /* The widget where we draw the prompt */
182 WLabel *the_prompt;
184 /* The hint bar */
185 WLabel *the_hint;
187 /* The button bar */
188 WButtonBar *the_bar;
190 /* For slow terminals */
191 int slow_terminal = 0;
193 /* Mouse type: GPM, xterm or none */
194 Mouse_Type use_mouse_p = MOUSE_NONE;
196 /* If true, assume we are running on an xterm terminal */
197 static int force_xterm = 0;
199 /* If on, default for "No" in delete operations */
200 int safe_delete = 0;
202 /* Controls screen clearing before an exec */
203 int clear_before_exec = 1;
205 /* Asks for confirmation before deleting a file */
206 int confirm_delete = 1;
208 /* Asks for confirmation before deleting a hotlist entry */
209 int confirm_directory_hotlist_delete = 1;
211 /* Asks for confirmation before overwriting a file */
212 int confirm_overwrite = 1;
214 /* Asks for confirmation before executing a program by pressing enter */
215 int confirm_execute = 0;
217 /* Asks for confirmation before leaving the program */
218 int confirm_exit = 1;
220 /* Asks for confirmation when using F3 to view a directory and there
221 are tagged files */
222 int confirm_view_dir = 0;
224 /* This flag indicates if the pull down menus by default drop down */
225 int drop_menus = 0;
227 /* The dialog handle for the main program */
228 Dlg_head *midnight_dlg;
230 /* Subshell: if set, then the prompt was not saved on CONSOLE_SAVE */
231 /* We need to paint it after CONSOLE_RESTORE, see: load_prompt */
232 int update_prompt = 0;
234 /* The home directory */
235 const char *home_dir = NULL;
237 /* The value of the other directory, only used when loading the setup */
238 char *other_dir = NULL;
240 /* Only used at program boot */
241 int boot_current_is_left = 1;
243 static char *this_dir = NULL;
245 /* If this is true, then when browsing the tree the other window will
246 * automatically reload it's directory with the contents of the currently
247 * selected directory.
249 int xtree_mode = 0;
251 /* If set, then print to the given file the last directory we were at */
252 static char *last_wd_file = NULL;
253 static char *last_wd_string = NULL;
254 /* Set to 1 to suppress printing the last directory */
255 static int print_last_revert = 0;
257 /* Force colors, only used by Slang */
258 int force_colors = 0;
260 /* colors specified on the command line: they override any other setting */
261 char *command_line_colors = NULL;
263 /* File name to view if argument was supplied */
264 static const char *view_one_file = NULL;
266 /* File name to edit if argument was supplied */
267 const char *edit_one_file = NULL;
269 /* Line to start the editor on */
270 static int edit_one_file_start_line = 0;
272 /* Used so that widgets know if they are being destroyed or
273 shut down */
274 int midnight_shutdown = 0;
276 /* The user's shell */
277 const char *shell = NULL;
279 /* mc_home: The home of MC */
280 char *mc_home = NULL;
282 char cmd_buf[512];
284 static void
285 reload_panelized (WPanel *panel)
287 int i, j;
288 dir_list *list = &panel->dir;
290 if (panel != current_panel)
291 mc_chdir (panel->cwd);
293 for (i = 0, j = 0; i < panel->count; i++) {
294 if (list->list[i].f.marked) {
295 /* Unmark the file in advance. In case the following mc_lstat
296 * fails we are done, else we have to mark the file again
297 * (Note: do_file_mark depends on a valid "list->list [i].buf").
298 * IMO that's the best way to update the panel's summary status
299 * -- Norbert
301 do_file_mark (panel, i, 0);
303 if (mc_lstat (list->list[i].fname, &list->list[i].st)) {
304 g_free (list->list[i].fname);
305 continue;
307 if (list->list[i].f.marked)
308 do_file_mark (panel, i, 1);
309 if (j != i)
310 list->list[j] = list->list[i];
311 j++;
313 if (j == 0)
314 panel->count = set_zero_dir (list);
315 else
316 panel->count = j;
318 if (panel != current_panel)
319 mc_chdir (current_panel->cwd);
322 static void
323 update_one_panel_widget (WPanel *panel, int force_update,
324 const char *current_file)
326 int free_pointer;
327 char *my_current_file = NULL;
329 if (force_update & UP_RELOAD) {
330 panel->is_panelized = 0;
331 mc_setctl (panel->cwd, VFS_SETCTL_FLUSH, 0);
332 memset (&(panel->dir_stat), 0, sizeof (panel->dir_stat));
335 /* If current_file == -1 (an invalid pointer) then preserve selection */
336 if (current_file == UP_KEEPSEL) {
337 free_pointer = 1;
338 my_current_file = g_strdup (panel->dir.list[panel->selected].fname);
339 current_file = my_current_file;
340 } else
341 free_pointer = 0;
343 if (panel->is_panelized)
344 reload_panelized (panel);
345 else
346 panel_reload (panel);
348 try_to_select (panel, current_file);
349 panel->dirty = 1;
351 if (free_pointer)
352 g_free (my_current_file);
355 void
356 panel_clean_dir (WPanel *panel)
358 int count = panel->count;
360 panel->count = 0;
361 panel->top_file = 0;
362 panel->selected = 0;
363 panel->marked = 0;
364 panel->dirs_marked = 0;
365 panel->total = 0;
366 panel->searching = 0;
367 panel->is_panelized = 0;
368 panel->dirty = 1;
370 clean_dir (&panel->dir, count);
373 static void
374 update_one_panel (int which, int force_update, const char *current_file)
376 WPanel *panel;
378 if (get_display_type (which) != view_listing)
379 return;
381 panel = (WPanel *) get_panel_widget (which);
382 update_one_panel_widget (panel, force_update, current_file);
385 /* This routine reloads the directory in both panels. It tries to
386 * select current_file in current_panel and other_file in other_panel.
387 * If current_file == -1 then it automatically sets current_file and
388 * other_file to the currently selected files in the panels.
390 * if force_update has the UP_ONLY_CURRENT bit toggled on, then it
391 * will not reload the other panel.
393 void
394 update_panels (int force_update, const char *current_file)
396 int reload_other = !(force_update & UP_ONLY_CURRENT);
397 WPanel *panel;
399 update_one_panel (get_current_index (), force_update, current_file);
400 if (reload_other)
401 update_one_panel (get_other_index (), force_update, UP_KEEPSEL);
403 if (get_current_type () == view_listing)
404 panel = (WPanel *) get_panel_widget (get_current_index ());
405 else
406 panel = (WPanel *) get_panel_widget (get_other_index ());
408 mc_chdir (panel->cwd);
411 /* Save current stat of directories to avoid reloading the panels */
412 /* when no modifications have taken place */
413 void
414 save_cwds_stat (void)
416 if (fast_reload) {
417 mc_stat (current_panel->cwd, &(current_panel->dir_stat));
418 if (get_other_type () == view_listing)
419 mc_stat (other_panel->cwd, &(other_panel->dir_stat));
423 #ifdef HAVE_SUBSHELL_SUPPORT
424 void
425 do_possible_cd (const char *new_dir)
427 if (!do_cd (new_dir, cd_exact))
428 message (D_ERROR, _("Warning"),
429 _(" The Commander can't change to the directory that \n"
430 " the subshell claims you are in. Perhaps you have \n"
431 " deleted your working directory, or given yourself \n"
432 " extra access permissions with the \"su\" command? "));
435 void
436 do_update_prompt (void)
438 if (update_prompt) {
439 printf ("%s", subshell_prompt);
440 fflush (stdout);
441 update_prompt = 0;
444 #endif /* HAVE_SUBSHELL_SUPPORT */
446 void
447 change_panel (void)
449 free_completions (cmdline);
450 dlg_one_down (midnight_dlg);
453 /* Stop MC main dialog and the current dialog if it exists.
454 * Needed to provide fast exit from MC viewer or editor on shell exit */
455 static void
456 stop_dialogs (void)
458 midnight_dlg->running = 0;
459 if (current_dlg) {
460 current_dlg->running = 0;
464 static int
465 quit_cmd_internal (int quiet)
467 int q = quit;
469 if (quiet || !confirm_exit) {
470 q = 1;
471 } else {
472 if (query_dialog
473 (_(" The Midnight Commander "),
474 _(" Do you really want to quit the Midnight Commander? "), D_NORMAL,
475 2, _("&Yes"), _("&No")) == 0)
476 q = 1;
478 if (q) {
479 #ifdef HAVE_SUBSHELL_SUPPORT
480 if (!use_subshell)
481 stop_dialogs ();
482 else if ((q = exit_subshell ()))
483 #endif
484 stop_dialogs ();
486 if (q)
487 quit |= 1;
488 return quit;
491 static void
492 quit_cmd (void)
494 quit_cmd_internal (0);
497 void
498 quiet_quit_cmd (void)
500 print_last_revert = 1;
501 quit_cmd_internal (1);
505 * Touch window and refresh window functions
508 /* This routine untouches the first line on both panels in order */
509 /* to avoid the refreshing the menu bar */
511 void
512 repaint_screen (void)
514 do_refresh ();
515 mc_refresh ();
518 /* Wrapper for do_subshell_chdir, check for availability of subshell */
519 void
520 subshell_chdir (const char *directory)
522 #ifdef HAVE_SUBSHELL_SUPPORT
523 if (use_subshell) {
524 if (vfs_current_is_local ())
525 do_subshell_chdir (directory, 0, 1);
527 #endif /* HAVE_SUBSHELL_SUPPORT */
530 void
531 directory_history_add (struct WPanel *panel, const char *dir)
533 char *tmp;
535 tmp = g_strdup (dir);
536 strip_password (tmp, 1);
538 panel->dir_history = list_append_unique (panel->dir_history, tmp);
542 * If we moved to the parent directory move the selection pointer to
543 * the old directory name; If we leave VFS dir, remove FS specificator.
545 * You do _NOT_ want to add any vfs aware code here. <pavel@ucw.cz>
547 static const char *
548 get_parent_dir_name (const char *cwd, const char *lwd)
550 const char *p;
551 if (strlen (lwd) > strlen (cwd))
552 if ((p = strrchr (lwd, PATH_SEP)) && !strncmp (cwd, lwd, p - lwd) &&
553 (strlen (cwd) == p - lwd || (p == lwd && cwd[0] == PATH_SEP &&
554 cwd[1] == '\0'))) {
555 return (p + 1);
557 return NULL;
561 * Changes the current directory of the panel.
562 * Don't record change in the directory history.
564 static int
565 _do_panel_cd (WPanel *panel, const char *new_dir, enum cd_enum cd_type)
567 const char *directory;
568 char *olddir;
569 char temp[MC_MAXPATHLEN];
570 char *translated_url;
572 if (cd_type == cd_parse_command) {
573 while (*new_dir == ' ')
574 new_dir++;
577 olddir = g_strdup (panel->cwd);
578 new_dir = translated_url = vfs_translate_url (new_dir);
580 /* Convert *new_path to a suitable pathname, handle ~user */
582 if (cd_type == cd_parse_command) {
583 if (!strcmp (new_dir, "-")) {
584 strcpy (temp, panel->lwd);
585 new_dir = temp;
588 directory = *new_dir ? new_dir : home_dir;
590 if (mc_chdir (directory) == -1) {
591 strcpy (panel->cwd, olddir);
592 g_free (olddir);
593 g_free (translated_url);
594 return 0;
596 g_free (translated_url);
598 /* Success: save previous directory, shutdown status of previous dir */
599 strcpy (panel->lwd, olddir);
600 free_completions (cmdline);
602 mc_get_current_wd (panel->cwd, sizeof (panel->cwd) - 2);
604 vfs_release_path (olddir);
606 subshell_chdir (panel->cwd);
608 /* Reload current panel */
609 panel_clean_dir (panel);
610 panel->count =
611 do_load_dir (panel->cwd, &panel->dir, panel->sort_type,
612 panel->reverse, panel->case_sensitive,
613 panel->exec_first, panel->filter);
614 try_to_select (panel, get_parent_dir_name (panel->cwd, olddir));
615 load_hint (0);
616 panel->dirty = 1;
617 update_xterm_title_path ();
619 g_free (olddir);
621 return 1;
625 * Changes the current directory of the panel.
626 * Record change in the directory history.
629 do_panel_cd (struct WPanel *panel, const char *new_dir, enum cd_enum cd_type)
631 int r;
633 r = _do_panel_cd (panel, new_dir, cd_type);
634 if (r)
635 directory_history_add (panel, panel->cwd);
636 return r;
640 do_cd (const char *new_dir, enum cd_enum exact)
642 return (do_panel_cd (current_panel, new_dir, exact));
645 void
646 directory_history_next (WPanel *panel)
648 GList *nextdir;
650 nextdir = g_list_next (panel->dir_history);
652 if (!nextdir)
653 return;
655 if (_do_panel_cd (panel, (char *) nextdir->data, cd_exact))
656 panel->dir_history = nextdir;
659 void
660 directory_history_prev (WPanel *panel)
662 GList *prevdir;
664 prevdir = g_list_previous (panel->dir_history);
666 if (!prevdir)
667 return;
669 if (_do_panel_cd (panel, (char *) prevdir->data, cd_exact))
670 panel->dir_history = prevdir;
673 void
674 directory_history_list (WPanel *panel)
676 char *s;
678 if (!panel->dir_history)
679 return;
681 s = show_hist (panel->dir_history, panel->widget.x, panel->widget.y);
683 if (!s)
684 return;
686 if (_do_panel_cd (panel, s, cd_exact))
687 directory_history_add (panel, panel->cwd);
688 else
689 message (D_ERROR, MSG_ERROR, _("Cannot change directory"));
690 g_free (s);
693 #ifdef HAVE_SUBSHELL_SUPPORT
695 load_prompt (int fd, void *unused)
697 (void) fd;
698 (void) unused;
700 if (!read_subshell_prompt ())
701 return 0;
703 /* Don't actually change the prompt if it's invisible */
704 if (current_dlg == midnight_dlg && command_prompt) {
705 char *tmp_prompt;
706 int prompt_len;
708 tmp_prompt = strip_ctrl_codes (subshell_prompt);
709 prompt_len = strlen (tmp_prompt);
711 /* Check for prompts too big */
712 if (COLS > 8 && prompt_len > COLS - 8) {
713 tmp_prompt[COLS - 8] = '\0';
714 prompt_len = COLS - 8;
716 prompt = tmp_prompt;
717 label_set_text (the_prompt, prompt);
718 winput_set_origin ((WInput *) cmdline, prompt_len,
719 COLS - prompt_len);
721 /* since the prompt has changed, and we are called from one of the
722 * get_event channels, the prompt updating does not take place
723 * automatically: force a cursor update and a screen refresh
725 update_cursor (midnight_dlg);
726 mc_refresh ();
728 update_prompt = 1;
729 return 0;
731 #endif /* HAVE_SUBSHELL_SUPPORT */
733 /* Used to emulate Lynx's entering leaving a directory with the arrow keys */
735 maybe_cd (int move_up_dir)
737 if (navigate_with_arrows) {
738 if (!cmdline->buffer[0]) {
739 if (move_up_dir) {
740 do_cd ("..", cd_exact);
741 return 1;
743 if (S_ISDIR (selection (current_panel)->st.st_mode)
744 || link_isdir (selection (current_panel))) {
745 do_cd (selection (current_panel)->fname, cd_exact);
746 return 1;
750 return 0;
753 static void
754 sort_cmd (void)
756 WPanel *p;
757 sortfn *sort_order;
759 if (!SELECTED_IS_PANEL)
760 return;
762 p = MENU_PANEL;
763 sort_order = sort_box (p->sort_type, &p->reverse,
764 &p->case_sensitive,
765 &p->exec_first);
767 panel_set_sort_order (p, sort_order);
771 static void
772 treebox_cmd (void)
774 char *sel_dir;
776 sel_dir = tree_box (selection (current_panel)->fname);
777 if (sel_dir) {
778 do_cd (sel_dir, cd_exact);
779 g_free (sel_dir);
783 #ifdef LISTMODE_EDITOR
784 static void
785 listmode_cmd (void)
787 char *newmode;
789 if (get_current_type () != view_listing)
790 return;
792 newmode = listmode_edit (current_panel->user_format);
793 if (!newmode)
794 return;
796 g_free (current_panel->user_format);
797 current_panel->list_type = list_user;
798 current_panel->user_format = newmode;
799 set_panel_formats (current_panel);
801 do_refresh ();
803 #endif /* LISTMODE_EDITOR */
805 /* NOTICE: hotkeys specified here are overriden in menubar_paint_idx (alex) */
806 static menu_entry LeftMenu[] = {
807 {' ', N_("&Listing mode..."), 'L', listing_cmd},
808 {' ', N_("&Quick view C-x q"), 'Q', quick_view_cmd},
809 {' ', N_("&Info C-x i"), 'I', info_cmd},
810 {' ', N_("&Tree"), 'T', tree_cmd},
811 {' ', "", ' ', 0},
812 {' ', N_("&Sort order..."), 'S', sort_cmd},
813 {' ', "", ' ', 0},
814 {' ', N_("&Filter..."), 'F', filter_cmd},
815 #ifdef USE_NETCODE
816 {' ', "", ' ', 0},
817 #ifdef WITH_MCFS
818 {' ', N_("&Network link..."), 'N', netlink_cmd},
819 #endif
820 {' ', N_("FT&P link..."), 'P', ftplink_cmd},
821 {' ', N_("S&hell link..."), 'H', fishlink_cmd},
822 #ifdef WITH_SMBFS
823 {' ', N_("SM&B link..."), 'B', smblink_cmd},
824 #endif
825 #endif
826 {' ', "", ' ', 0},
827 {' ', N_("&Rescan C-r"), 'R', reread_cmd}
830 static menu_entry RightMenu[] = {
831 {' ', N_("&Listing mode..."), 'L', listing_cmd},
832 {' ', N_("&Quick view C-x q"), 'Q', quick_view_cmd},
833 {' ', N_("&Info C-x i"), 'I', info_cmd},
834 {' ', N_("&Tree"), 'T', tree_cmd},
835 {' ', "", ' ', 0},
836 {' ', N_("&Sort order..."), 'S', sort_cmd},
837 {' ', "", ' ', 0},
838 {' ', N_("&Filter..."), 'F', filter_cmd},
839 #ifdef USE_NETCODE
840 {' ', "", ' ', 0},
841 #ifdef WITH_MCFS
842 {' ', N_("&Network link..."), 'N', netlink_cmd},
843 #endif
844 {' ', N_("FT&P link..."), 'P', ftplink_cmd},
845 {' ', N_("S&hell link..."), 'H', fishlink_cmd},
846 #ifdef WITH_SMBFS
847 {' ', N_("SM&B link..."), 'B', smblink_cmd},
848 #endif
849 #endif
850 {' ', "", ' ', 0},
851 {' ', N_("&Rescan C-r"), 'R', reread_cmd}
854 static menu_entry FileMenu[] = {
855 {' ', N_("&User menu F2"), 'U', user_file_menu_cmd},
856 {' ', N_("&View F3"), 'V', view_cmd},
857 {' ', N_("Vie&w file... "), 'W', view_file_cmd},
858 {' ', N_("&Filtered view M-!"), 'F', filtered_view_cmd},
859 {' ', N_("&Edit F4"), 'E', edit_cmd},
860 {' ', N_("&Copy F5"), 'C', copy_cmd},
861 {' ', N_("c&Hmod C-x c"), 'H', chmod_cmd},
862 {' ', N_("&Link C-x l"), 'L', link_cmd},
863 {' ', N_("&SymLink C-x s"), 'S', symlink_cmd},
864 {' ', N_("edit s&Ymlink C-x C-s"), 'Y', edit_symlink_cmd},
865 {' ', N_("ch&Own C-x o"), 'O', chown_cmd},
866 {' ', N_("&Advanced chown "), 'A', chown_advanced_cmd},
867 {' ', N_("&Rename/Move F6"), 'R', ren_cmd},
868 {' ', N_("&Mkdir F7"), 'M', mkdir_cmd},
869 {' ', N_("&Delete F8"), 'D', delete_cmd},
870 {' ', N_("&Quick cd M-c"), 'Q', quick_cd_cmd},
871 {' ', "", ' ', 0},
872 {' ', N_("select &Group M-+"), 'G', select_cmd},
873 {' ', N_("u&Nselect group M-\\"), 'N', unselect_cmd},
874 {' ', N_("reverse selec&Tion M-*"), 'T', reverse_selection_cmd},
875 {' ', "", ' ', 0},
876 {' ', N_("e&Xit F10"), 'X', quit_cmd}
879 static menu_entry CmdMenu[] = {
880 /* I know, I'm lazy, but the tree widget when it's not running
881 * as a panel still has some problems, I have not yet finished
882 * the WTree widget port, sorry.
884 {' ', N_("&Directory tree"), 'D', treebox_cmd},
885 {' ', N_("&Find file M-?"), 'F', find_cmd},
886 {' ', N_("s&Wap panels C-u"), 'W', swap_cmd},
887 {' ', N_("switch &Panels on/off C-o"), 'P', view_other_cmd},
888 {' ', N_("&Compare directories C-x d"), 'C', compare_dirs_cmd},
889 {' ', N_("e&Xternal panelize C-x !"), 'X', external_panelize},
890 {' ', N_("show directory s&Izes"), 'I', dirsizes_cmd},
891 {' ', "", ' ', 0},
892 {' ', N_("command &History"), 'H', history_cmd},
893 {' ', N_("di&Rectory hotlist C-\\"), 'R', quick_chdir_cmd},
894 #ifdef USE_VFS
895 {' ', N_("&Active VFS list C-x a"), 'A', reselect_vfs},
896 #endif
897 #ifdef WITH_BACKGROUND
898 {' ', N_("&Background jobs C-x j"), 'B', jobs_cmd},
899 #endif
900 {' ', "", ' ', 0},
901 #ifdef USE_EXT2FSLIB
902 {' ', N_("&Undelete files (ext2fs only)"), 'U', undelete_cmd},
903 #endif
904 #ifdef LISTMODE_EDITOR
905 {' ', N_("&Listing format edit"), 'L', listmode_cmd},
906 #endif
907 #if defined (USE_EXT2FSLIB) || defined (LISTMODE_EDITOR)
908 {' ', "", ' ', 0},
909 #endif
910 {' ', N_("Edit &extension file"), 'E', ext_cmd},
911 {' ', N_("Edit &menu file"), 'M', edit_mc_menu_cmd},
912 #ifdef USE_INTERNAL_EDIT
913 {' ', N_("Edit edi&tor menu file"), 'T', edit_user_menu_cmd},
914 {' ', N_("Edit &syntax file"), 'S', edit_syntax_cmd}
915 #endif /* USE_INTERNAL_EDIT */
918 /* Must keep in sync with the constants in menu_cmd */
919 static menu_entry OptMenu[] = {
920 {' ', N_("&Configuration..."), 'C', configure_box},
921 {' ', N_("&Layout..."), 'L', layout_cmd},
922 {' ', N_("c&Onfirmation..."), 'O', confirm_box},
923 {' ', N_("&Display bits..."), 'D', display_bits_box},
924 {' ', N_("learn &Keys..."), 'K', learn_keys},
925 #ifdef USE_VFS
926 {' ', N_("&Virtual FS..."), 'V', configure_vfs},
927 #endif /* !USE_VFS */
928 {' ', "", ' ', 0},
929 {' ', N_("&Save setup"), 'S', save_setup_cmd}
932 #define menu_entries(x) sizeof(x)/sizeof(menu_entry)
934 static Menu *MenuBar[5];
936 void
937 init_menu (void)
939 MenuBar[0] =
940 create_menu (horizontal_split ? _(" &Above ") : _(" &Left "),
941 LeftMenu, menu_entries (LeftMenu),
942 "[Left and Right Menus]");
943 MenuBar[1] =
944 create_menu (_(" &File "), FileMenu, menu_entries (FileMenu),
945 "[File Menu]");
946 MenuBar[2] =
947 create_menu (_(" &Command "), CmdMenu, menu_entries (CmdMenu),
948 "[Command Menu]");
949 MenuBar[3] =
950 create_menu (_(" &Options "), OptMenu, menu_entries (OptMenu),
951 "[Options Menu]");
952 MenuBar[4] =
953 create_menu (horizontal_split ? _(" &Below ") : _(" &Right "),
954 RightMenu, menu_entries (RightMenu),
955 "[Left and Right Menus]");
958 void
959 done_menu (void)
961 int i;
963 for (i = 0; i < 5; i++) {
964 destroy_menu (MenuBar[i]);
968 static void
969 menu_last_selected_cmd (void)
971 the_menubar->active = 1;
972 the_menubar->dropped = drop_menus;
973 the_menubar->previous_widget = midnight_dlg->current->dlg_id;
974 dlg_select_widget (the_menubar);
977 static void
978 menu_cmd (void)
980 if (the_menubar->active)
981 return;
983 if ((get_current_index () == 0) ^ (!current_panel->active))
984 the_menubar->selected = 0;
985 else
986 the_menubar->selected = 4;
987 menu_last_selected_cmd ();
990 /* Flag toggling functions */
991 void
992 toggle_fast_reload (void)
994 fast_reload = !fast_reload;
995 if (fast_reload_w == 0 && fast_reload) {
996 message (D_NORMAL, _(" Information "),
998 (" Using the fast reload option may not reflect the exact \n"
999 " directory contents. In this case you'll need to do a \n"
1000 " manual reload of the directory. See the man page for \n"
1001 " the details. "));
1002 fast_reload_w = 1;
1006 void
1007 toggle_mix_all_files (void)
1009 mix_all_files = !mix_all_files;
1010 update_panels (UP_RELOAD, UP_KEEPSEL);
1013 void
1014 toggle_show_backup (void)
1016 show_backups = !show_backups;
1017 update_panels (UP_RELOAD, UP_KEEPSEL);
1020 void
1021 toggle_show_hidden (void)
1023 show_dot_files = !show_dot_files;
1024 update_panels (UP_RELOAD, UP_KEEPSEL);
1028 * Just a hack for allowing url-like pathnames to be accepted from the
1029 * command line.
1031 static void
1032 translated_mc_chdir (char *dir)
1034 char *newdir;
1036 newdir = vfs_translate_url (dir);
1037 mc_chdir (newdir);
1038 g_free (newdir);
1041 static void
1042 create_panels (void)
1044 int current_index;
1045 int other_index;
1046 int current_mode;
1047 int other_mode;
1048 char original_dir[1024];
1050 original_dir[0] = 0;
1052 if (boot_current_is_left) {
1053 current_index = 0;
1054 other_index = 1;
1055 current_mode = startup_left_mode;
1056 other_mode = startup_right_mode;
1057 } else {
1058 current_index = 1;
1059 other_index = 0;
1060 current_mode = startup_right_mode;
1061 other_mode = startup_left_mode;
1063 /* Creates the left panel */
1064 if (this_dir) {
1065 if (other_dir) {
1066 /* Ok, user has specified two dirs, save the original one,
1067 * since we may not be able to chdir to the proper
1068 * second directory later
1070 mc_get_current_wd (original_dir, sizeof (original_dir) - 2);
1072 translated_mc_chdir (this_dir);
1074 set_display_type (current_index, current_mode);
1076 /* The other panel */
1077 if (other_dir) {
1078 if (original_dir[0])
1079 translated_mc_chdir (original_dir);
1080 translated_mc_chdir (other_dir);
1082 set_display_type (other_index, other_mode);
1084 if (startup_left_mode == view_listing) {
1085 current_panel = left_panel;
1086 } else {
1087 if (right_panel)
1088 current_panel = right_panel;
1089 else
1090 current_panel = left_panel;
1093 /* Create the nice widgets */
1094 cmdline = command_new (0, 0, 0);
1095 the_prompt = label_new (0, 0, prompt);
1096 the_prompt->transparent = 1;
1097 the_bar = buttonbar_new (keybar_visible);
1099 the_hint = label_new (0, 0, 0);
1100 the_hint->transparent = 1;
1101 the_hint->auto_adjust_cols = 0;
1102 the_hint->widget.cols = COLS;
1104 the_menubar = menubar_new (0, 0, COLS, MenuBar, 5);
1107 static void
1108 copy_current_pathname (void)
1110 if (!command_prompt)
1111 return;
1113 command_insert (cmdline, current_panel->cwd, 0);
1114 if (current_panel->cwd[strlen (current_panel->cwd) - 1] != PATH_SEP)
1115 command_insert (cmdline, PATH_SEP_STR, 0);
1118 static void
1119 copy_other_pathname (void)
1121 if (get_other_type () != view_listing)
1122 return;
1124 if (!command_prompt)
1125 return;
1127 command_insert (cmdline, other_panel->cwd, 0);
1128 if (other_panel->cwd[strlen (other_panel->cwd) - 1] != PATH_SEP)
1129 command_insert (cmdline, PATH_SEP_STR, 0);
1132 static void
1133 copy_readlink (WPanel *panel)
1135 if (!command_prompt)
1136 return;
1137 if (S_ISLNK (selection (panel)->st.st_mode)) {
1138 char buffer[MC_MAXPATHLEN];
1139 char *p =
1140 concat_dir_and_file (panel->cwd, selection (panel)->fname);
1141 int i;
1143 i = mc_readlink (p, buffer, MC_MAXPATHLEN - 1);
1144 g_free (p);
1145 if (i > 0) {
1146 buffer[i] = 0;
1147 command_insert (cmdline, buffer, 1);
1152 static void
1153 copy_current_readlink (void)
1155 copy_readlink (current_panel);
1158 static void
1159 copy_other_readlink (void)
1161 if (get_other_type () != view_listing)
1162 return;
1163 copy_readlink (other_panel);
1166 /* Insert the selected file name into the input line */
1167 static void
1168 copy_prog_name (void)
1170 char *tmp;
1171 if (!command_prompt)
1172 return;
1174 if (get_current_type () == view_tree) {
1175 WTree *tree = (WTree *) get_panel_widget (get_current_index ());
1176 tmp = tree_selected_name (tree);
1177 } else
1178 tmp = selection (current_panel)->fname;
1180 command_insert (cmdline, tmp, 1);
1183 static void
1184 copy_tagged (WPanel *panel)
1186 int i;
1188 if (!command_prompt)
1189 return;
1190 input_disable_update (cmdline);
1191 if (panel->marked) {
1192 for (i = 0; i < panel->count; i++) {
1193 if (panel->dir.list[i].f.marked)
1194 command_insert (cmdline, panel->dir.list[i].fname, 1);
1196 } else {
1197 command_insert (cmdline, panel->dir.list[panel->selected].fname,
1200 input_enable_update (cmdline);
1203 static void
1204 copy_current_tagged (void)
1206 copy_tagged (current_panel);
1209 static void
1210 copy_other_tagged (void)
1212 if (get_other_type () != view_listing)
1213 return;
1214 copy_tagged (other_panel);
1217 static void
1218 init_labels (void)
1220 buttonbar_set_label (midnight_dlg, 1, _("Help"), help_cmd);
1221 buttonbar_set_label (midnight_dlg, 2, _("Menu"), user_file_menu_cmd);
1222 buttonbar_set_label (midnight_dlg, 9, _("PullDn"), menu_cmd);
1223 buttonbar_set_label (midnight_dlg, 10, _("Quit"), quit_cmd);
1226 static const key_map ctl_x_map[] = {
1227 {XCTRL ('c'), quit_cmd},
1228 {'d', compare_dirs_cmd},
1229 #ifdef USE_VFS
1230 {'a', reselect_vfs},
1231 #endif /* USE_VFS */
1232 {'p', copy_current_pathname},
1233 {XCTRL ('p'), copy_other_pathname},
1234 {'t', copy_current_tagged},
1235 {XCTRL ('t'), copy_other_tagged},
1236 {'c', chmod_cmd},
1237 {'o', chown_cmd},
1238 {'r', copy_current_readlink},
1239 {XCTRL ('r'), copy_other_readlink},
1240 {'l', link_cmd},
1241 {'s', symlink_cmd},
1242 {XCTRL ('s'), edit_symlink_cmd},
1243 {'i', info_cmd_no_menu},
1244 {'q', quick_cmd_no_menu},
1245 {'h', add2hotlist_cmd},
1246 {'!', external_panelize},
1247 #ifdef WITH_BACKGROUND
1248 {'j', jobs_cmd},
1249 #endif /* WITH_BACKGROUND */
1250 {0, 0}
1253 static int ctl_x_map_enabled = 0;
1255 static void
1256 ctl_x_cmd (void)
1258 ctl_x_map_enabled = 1;
1261 static void
1262 nothing (void)
1266 static const key_map default_map[] = {
1267 {KEY_F (19), menu_last_selected_cmd},
1268 {KEY_F (20), quiet_quit_cmd},
1270 {XCTRL ('@'), single_dirsize_cmd},
1272 /* Copy useful information to the command line */
1273 {ALT ('a'), copy_current_pathname},
1274 {ALT ('A'), copy_other_pathname},
1276 {ALT ('c'), quick_cd_cmd},
1278 /* To access the directory hotlist */
1279 {XCTRL ('\\'), quick_chdir_cmd},
1281 /* Suspend */
1282 {XCTRL ('z'), suspend_cmd},
1284 /* The filtered view command */
1285 {ALT ('!'), filtered_view_cmd},
1287 /* Find file */
1288 {ALT ('?'), find_cmd},
1290 /* Panel refresh */
1291 {XCTRL ('r'), reread_cmd},
1293 /* Toggle listing between long, user defined and full formats */
1294 {ALT ('t'), toggle_listing_cmd},
1296 /* Swap panels */
1297 {XCTRL ('u'), swap_cmd},
1299 /* View output */
1300 {XCTRL ('o'), view_other_cmd},
1302 /* Control-X keybindings */
1303 {XCTRL ('x'), ctl_x_cmd},
1305 /* Trap dlg's exit commands */
1306 {ESC_CHAR, nothing},
1307 {XCTRL ('c'), nothing},
1308 {XCTRL ('g'), nothing},
1309 {0, 0},
1312 static void
1313 setup_sigwinch (void)
1315 #if (defined(HAVE_SLANG) || (NCURSES_VERSION_MAJOR >= 4)) && defined(SIGWINCH)
1316 struct sigaction act, oact;
1317 act.sa_handler = flag_winch;
1318 sigemptyset (&act.sa_mask);
1319 act.sa_flags = 0;
1320 #ifdef SA_RESTART
1321 act.sa_flags |= SA_RESTART;
1322 #endif
1323 sigaction (SIGWINCH, &act, &oact);
1324 #endif
1327 static void
1328 setup_pre (void)
1330 /* Call all the inits */
1331 #ifdef HAVE_CHARSET
1333 * Don't restrict the output on the screen manager level,
1334 * the translation tables take care of it.
1336 #define full_eight_bits (1)
1337 #define eight_bit_clean (1)
1338 #endif /* !HAVE_CHARSET */
1340 #ifndef HAVE_SLANG
1341 meta (stdscr, eight_bit_clean);
1342 #else
1343 SLsmg_Display_Eight_Bit = full_eight_bits ? 128 : 160;
1344 #endif
1347 static void
1348 init_xterm_support (void)
1350 const char *termvalue;
1352 termvalue = getenv ("TERM");
1353 if (!termvalue || !(*termvalue)) {
1354 fputs (_("The TERM environment variable is unset!\n"), stderr);
1355 exit (1);
1358 /* Check mouse capabilities */
1359 xmouse_seq = tty_tgetstr ("Km");
1361 if (strcmp (termvalue, "cygwin") == 0) {
1362 force_xterm = 1;
1363 use_mouse_p = MOUSE_DISABLED;
1366 if (force_xterm || strncmp (termvalue, "xterm", 5) == 0
1367 || strncmp (termvalue, "rxvt", 4) == 0
1368 || strcmp (termvalue, "Eterm") == 0
1369 || strcmp (termvalue, "dtterm") == 0) {
1370 xterm_flag = 1;
1372 /* Default to the standard xterm sequence */
1373 if (!xmouse_seq) {
1374 xmouse_seq = ESC_STR "[M";
1377 /* Enable mouse unless explicitly disabled by --nomouse */
1378 if (use_mouse_p != MOUSE_DISABLED) {
1379 const char *color_term = getenv ("COLORTERM");
1380 if (strncmp (termvalue, "rxvt", 4) == 0 ||
1381 (color_term != NULL && strncmp (color_term, "rxvt", 4) == 0) ||
1382 strcmp (termvalue, "Eterm") == 0) {
1383 use_mouse_p = MOUSE_XTERM_NORMAL_TRACKING;
1384 } else {
1385 use_mouse_p = MOUSE_XTERM_BUTTON_EVENT_TRACKING;
1391 static void
1392 setup_mc (void)
1394 setup_pre ();
1395 init_menu ();
1396 create_panels ();
1397 setup_panels ();
1399 #ifdef HAVE_SUBSHELL_SUPPORT
1400 if (use_subshell)
1401 add_select_channel (subshell_pty, load_prompt, 0);
1402 #endif /* !HAVE_SUBSHELL_SUPPORT */
1404 setup_sigwinch ();
1406 if (baudrate () < 9600 || slow_terminal) {
1407 verbose = 0;
1409 init_mouse ();
1412 static void
1413 setup_dummy_mc ()
1415 char d[MC_MAXPATHLEN];
1417 mc_get_current_wd (d, MC_MAXPATHLEN);
1418 setup_mc ();
1419 mc_chdir (d);
1422 static void
1423 done_mc (void)
1425 disable_mouse ();
1427 done_menu ();
1429 /* Setup shutdown
1431 * We sync the profiles since the hotlist may have changed, while
1432 * we only change the setup data if we have the auto save feature set
1434 if (auto_save_setup)
1435 save_setup (); /* does also call save_hotlist */
1436 else
1437 save_hotlist ();
1438 done_screen ();
1439 vfs_add_current_stamps ();
1442 /* This should be called after destroy_dlg since panel widgets
1443 * save their state on the profiles
1445 static void
1446 done_mc_profile (void)
1448 if (!auto_save_setup)
1449 profile_forget_profile (profile_name);
1450 sync_profiles ();
1451 done_setup ();
1452 free_profiles ();
1455 static cb_ret_t
1456 midnight_callback (struct Dlg_head *h, dlg_msg_t msg, int parm)
1458 int i;
1460 switch (msg) {
1462 case DLG_IDLE:
1463 /* We only need the first idle event */
1464 set_idle_proc (h, 0);
1465 if (auto_menu) {
1466 user_file_menu_cmd ();
1468 return MSG_HANDLED;
1470 case DLG_KEY:
1471 if (ctl_x_map_enabled) {
1472 ctl_x_map_enabled = 0;
1473 for (i = 0; ctl_x_map[i].key_code; i++)
1474 if (parm == ctl_x_map[i].key_code) {
1475 (*ctl_x_map[i].fn) ();
1476 return MSG_HANDLED;
1480 /* FIXME: should handle all menu shortcuts before this point */
1481 if (the_menubar->active)
1482 return MSG_NOT_HANDLED;
1484 if (parm == KEY_F (10)) {
1485 quit_cmd ();
1486 return MSG_HANDLED;
1489 if (parm == '\t')
1490 free_completions (cmdline);
1492 if (parm == '\n') {
1493 for (i = 0; cmdline->buffer[i] && (cmdline->buffer[i] == ' ' ||
1494 cmdline->buffer[i] == '\t'); i++);
1495 if (cmdline->buffer[i]) {
1496 send_message ((Widget *) cmdline, WIDGET_KEY, parm);
1497 return MSG_HANDLED;
1499 stuff (cmdline, "", 0);
1500 cmdline->point = 0;
1503 /* Ctrl-Enter and Alt-Enter */
1504 if (((parm & ~(KEY_M_CTRL | KEY_M_ALT)) == '\n')
1505 && (parm & (KEY_M_CTRL | KEY_M_ALT))) {
1506 copy_prog_name ();
1507 return MSG_HANDLED;
1510 /* Ctrl-Shift-Enter */
1511 if (parm == (KEY_M_CTRL | KEY_M_SHIFT | '\n')) {
1512 copy_current_pathname ();
1513 copy_prog_name ();
1514 return MSG_HANDLED;
1517 if ((!alternate_plus_minus || !(console_flag || xterm_flag))
1518 && !quote && !current_panel->searching) {
1519 if (!only_leading_plus_minus) {
1520 /* Special treatement, since the input line will eat them */
1521 if (parm == '+') {
1522 select_cmd ();
1523 return MSG_HANDLED;
1526 if (parm == '\\' || parm == '-') {
1527 unselect_cmd ();
1528 return MSG_HANDLED;
1531 if (parm == '*') {
1532 reverse_selection_cmd ();
1533 return MSG_HANDLED;
1535 } else if (!command_prompt || !cmdline->buffer[0]) {
1536 /* Special treatement '+', '-', '\', '*' only when this is
1537 * first char on input line
1540 if (parm == '+') {
1541 select_cmd ();
1542 return MSG_HANDLED;
1545 if (parm == '\\' || parm == '-') {
1546 unselect_cmd ();
1547 return MSG_HANDLED;
1550 if (parm == '*') {
1551 reverse_selection_cmd ();
1552 return MSG_HANDLED;
1556 return MSG_NOT_HANDLED;
1558 case DLG_HOTKEY_HANDLED:
1559 if ((get_current_type () == view_listing) && current_panel->searching) {
1560 current_panel->searching = 0;
1561 current_panel->dirty = 1;
1563 return MSG_HANDLED;
1565 case DLG_UNHANDLED_KEY:
1566 if (command_prompt) {
1567 int v;
1569 v = send_message ((Widget *) cmdline, WIDGET_KEY, parm);
1570 if (v)
1571 return v;
1573 if (ctl_x_map_enabled) {
1574 ctl_x_map_enabled = 0;
1575 for (i = 0; ctl_x_map[i].key_code; i++)
1576 if (parm == ctl_x_map[i].key_code) {
1577 (*ctl_x_map[i].fn) ();
1578 return MSG_HANDLED;
1580 } else {
1581 for (i = 0; default_map[i].key_code; i++) {
1582 if (parm == default_map[i].key_code) {
1583 (*default_map[i].fn) ();
1584 return MSG_HANDLED;
1588 return MSG_NOT_HANDLED;
1590 case DLG_DRAW:
1591 /* We handle the special case of the output lines */
1592 if (console_flag && output_lines)
1593 show_console_contents (output_start_y,
1594 LINES - output_lines - keybar_visible -
1595 1, LINES - keybar_visible - 1);
1596 return MSG_HANDLED;
1598 case DLG_POST_KEY:
1599 if (!the_menubar->active)
1600 update_dirty_panels ();
1601 return MSG_HANDLED;
1603 default:
1604 return default_dlg_callback (h, msg, parm);
1608 /* Show current directory in the xterm title */
1609 void
1610 update_xterm_title_path (void)
1612 char *p, *s;
1614 if (xterm_flag && xterm_title) {
1615 p = s = g_strdup (strip_home_and_password (current_panel->cwd));
1616 do {
1617 if (!is_printable ((unsigned char) *s))
1618 *s = '?';
1619 } while (*++s);
1620 if (!alternate_plus_minus)
1621 numeric_keypad_mode ();
1622 fprintf (stdout, "\33]0;mc - %s\7", p);
1623 fflush (stdout);
1624 g_free (p);
1629 * Load new hint and display it.
1630 * IF force is not 0, ignore the timeout.
1632 void
1633 load_hint (int force)
1635 char *hint;
1637 if (!the_hint->widget.parent)
1638 return;
1640 if (!message_visible) {
1641 label_set_text (the_hint, 0);
1642 return;
1645 if ((hint = get_random_hint (force))) {
1646 if (*hint)
1647 set_hintbar (hint);
1648 g_free (hint);
1649 } else {
1650 char text[BUF_SMALL];
1652 g_snprintf (text, sizeof (text), _("GNU Midnight Commander %s\n"),
1653 VERSION);
1654 set_hintbar (text);
1658 static void
1659 setup_panels_and_run_mc (void)
1661 add_widget (midnight_dlg, the_menubar);
1662 add_widget (midnight_dlg, get_panel_widget (0));
1663 add_widget (midnight_dlg, get_panel_widget (1));
1664 add_widget (midnight_dlg, the_hint);
1665 load_hint (1);
1666 add_widget (midnight_dlg, cmdline);
1667 add_widget (midnight_dlg, the_prompt);
1668 add_widget (midnight_dlg, the_bar);
1669 init_labels ();
1671 if (boot_current_is_left)
1672 dlg_select_widget (get_panel_widget (0));
1673 else
1674 dlg_select_widget (get_panel_widget (1));
1676 /* Run the Midnight Commander if no file was specified in the command line */
1677 run_dlg (midnight_dlg);
1680 /* result must be free'd (I think this should go in util.c) */
1681 static char *
1682 prepend_cwd_on_local (const char *filename)
1684 char *d;
1685 int l;
1687 if (vfs_file_is_local (filename)) {
1688 if (*filename == PATH_SEP) /* an absolute pathname */
1689 return g_strdup (filename);
1690 d = g_malloc (MC_MAXPATHLEN + strlen (filename) + 2);
1691 mc_get_current_wd (d, MC_MAXPATHLEN);
1692 l = strlen (d);
1693 d[l++] = PATH_SEP;
1694 strcpy (d + l, filename);
1695 canonicalize_pathname (d);
1696 return d;
1697 } else
1698 return g_strdup (filename);
1701 static int
1702 mc_maybe_editor_or_viewer (void)
1704 if (!(view_one_file || edit_one_file))
1705 return 0;
1707 setup_dummy_mc ();
1709 /* Invoke the internal view/edit routine with:
1710 * the default processing and forcing the internal viewer/editor
1712 if (view_one_file) {
1713 char *path = NULL;
1714 path = prepend_cwd_on_local (view_one_file);
1715 view_file (path, 0, 1);
1716 g_free (path);
1718 #ifdef USE_INTERNAL_EDIT
1719 else {
1720 edit_file (edit_one_file, edit_one_file_start_line);
1722 #endif /* USE_INTERNAL_EDIT */
1723 midnight_shutdown = 1;
1724 done_mc ();
1725 return 1;
1728 /* Run the main dialog that occupies the whole screen */
1729 static void
1730 do_nc (void)
1732 int midnight_colors[4];
1734 midnight_colors[0] = NORMAL_COLOR; /* NORMALC */
1735 midnight_colors[1] = REVERSE_COLOR; /* FOCUSC */
1736 midnight_colors[2] = INPUT_COLOR; /* HOT_NORMALC */
1737 midnight_colors[3] = NORMAL_COLOR; /* HOT_FOCUSC */
1739 midnight_dlg =
1740 create_dlg (0, 0, LINES, COLS, midnight_colors, midnight_callback,
1741 "[main]", NULL, DLG_WANT_IDLE);
1743 /* Check if we were invoked as an editor or file viewer */
1744 if (mc_maybe_editor_or_viewer ())
1745 return;
1747 setup_mc ();
1749 setup_panels_and_run_mc ();
1751 /* Program end */
1752 midnight_shutdown = 1;
1754 /* destroy_dlg destroys even current_panel->cwd, so we have to save a copy :) */
1755 if (last_wd_file && vfs_current_is_local ()) {
1756 last_wd_string = g_strdup (current_panel->cwd);
1758 done_mc ();
1760 destroy_dlg (midnight_dlg);
1761 current_panel = 0;
1762 done_mc_profile ();
1765 /* POSIX version. The only version we support. */
1766 static void
1767 OS_Setup (void)
1769 const char *mc_libdir;
1770 shell = getenv ("SHELL");
1771 if (!shell || !*shell) {
1772 struct passwd *pwd;
1773 pwd = getpwuid (geteuid ());
1774 if (pwd != NULL)
1775 shell = g_strdup (pwd->pw_shell);
1777 if (!shell || !*shell)
1778 shell = "/bin/sh";
1780 /* This is the directory, where MC was installed, on Unix this is DATADIR */
1781 /* and can be overriden by the MC_DATADIR environment variable */
1782 if ((mc_libdir = getenv ("MC_DATADIR")) != NULL) {
1783 mc_home = g_strdup (mc_libdir);
1784 } else {
1785 mc_home = g_strdup (DATADIR);
1789 static void
1790 sigchld_handler_no_subshell (int sig)
1792 #ifdef __linux__
1793 int pid, status;
1795 if (!console_flag)
1796 return;
1798 /* COMMENT: if it were true that after the call to handle_console(..INIT)
1799 the value of console_flag never changed, we could simply not install
1800 this handler at all if (!console_flag && !use_subshell). */
1802 /* That comment is no longer true. We need to wait() on a sigchld
1803 handler (that's at least what the tarfs code expects currently). */
1805 pid = waitpid (cons_saver_pid, &status, WUNTRACED | WNOHANG);
1807 if (pid == cons_saver_pid) {
1809 if (WIFSTOPPED (status)) {
1810 /* Someone has stopped cons.saver - restart it */
1811 kill (pid, SIGCONT);
1812 } else {
1813 /* cons.saver has died - disable console saving */
1814 handle_console (CONSOLE_DONE);
1815 console_flag = 0;
1818 /* If we got here, some other child exited; ignore it */
1819 #endif /* __linux__ */
1821 (void) sig;
1824 static void
1825 init_sigchld (void)
1827 struct sigaction sigchld_action;
1829 sigchld_action.sa_handler =
1830 #ifdef HAVE_SUBSHELL_SUPPORT
1831 use_subshell ? sigchld_handler :
1832 #endif /* HAVE_SUBSHELL_SUPPORT */
1833 sigchld_handler_no_subshell;
1835 sigemptyset (&sigchld_action.sa_mask);
1837 #ifdef SA_RESTART
1838 sigchld_action.sa_flags = SA_RESTART;
1839 #else
1840 sigchld_action.sa_flags = 0;
1841 #endif /* !SA_RESTART */
1843 if (sigaction (SIGCHLD, &sigchld_action, NULL) == -1) {
1844 #ifdef HAVE_SUBSHELL_SUPPORT
1846 * This may happen on QNX Neutrino 6, where SA_RESTART
1847 * is defined but not implemented. Fallback to no subshell.
1849 use_subshell = 0;
1850 #endif /* HAVE_SUBSHELL_SUPPORT */
1854 static void
1855 print_mc_usage (poptContext ctx, FILE *stream)
1857 int leftColWidth;
1859 poptSetOtherOptionHelp (ctx,
1860 _("[flags] [this_dir] [other_panel_dir]\n"));
1862 /* print help for options */
1863 leftColWidth = poptPrintHelp (ctx, stream, 0);
1864 fprintf (stream, " %-*s %s\n", leftColWidth, _("+number"),
1865 _("Set initial line number for the internal editor"));
1866 fputs (_
1867 ("\n"
1868 "Please send any bug reports (including the output of `mc -V')\n"
1869 "to mc-devel@gnome.org\n"), stream);
1870 show_version (0);
1873 static void
1874 print_color_usage (void)
1877 * FIXME: undocumented keywords: viewunderline, editnormal, editbold,
1878 * and editmarked. To preserve translations, lines should be split.
1880 /* TRANSLATORS: don't translate keywords and names of colors */
1881 fputs (_
1882 ("--colors KEYWORD={FORE},{BACK}\n\n"
1883 "{FORE} and {BACK} can be omitted, and the default will be used\n"
1884 "\n" "Keywords:\n"
1885 " Global: errors, reverse, gauge, input, viewunderline\n"
1886 " File display: normal, selected, marked, markselect\n"
1887 " Dialog boxes: dnormal, dfocus, dhotnormal, dhotfocus, errdhotnormal,\n"
1888 " errdhotfocus\n"
1889 " Menus: menu, menuhot, menusel, menuhotsel\n"
1890 " Editor: editnormal, editbold, editmarked\n"
1891 " Help: helpnormal, helpitalic, helpbold, helplink, helpslink\n"
1892 " File types: directory, executable, link, stalelink, device, special, core\n"
1893 "\n" "Colors:\n"
1894 " black, gray, red, brightred, green, brightgreen, brown,\n"
1895 " yellow, blue, brightblue, magenta, brightmagenta, cyan,\n"
1896 " brightcyan, lightgray and white\n\n"), stdout);
1899 static void
1900 process_args (poptContext ctx, int c, const char *option_arg)
1902 switch (c) {
1903 case 'V':
1904 show_version (1);
1905 exit (0);
1906 break;
1908 case 'c':
1909 disable_colors = 0;
1910 #ifdef HAVE_SLANG
1911 force_colors = 1;
1912 #endif /* HAVE_SLANG */
1913 break;
1915 case 'f':
1916 printf ("%s\n", mc_home);
1917 exit (0);
1918 break;
1920 #ifdef USE_NETCODE
1921 case 'l':
1922 mc_setctl ("/#ftp:", VFS_SETCTL_LOGFILE, (void *) option_arg);
1923 #ifdef WITH_SMBFS
1924 smbfs_set_debugf (option_arg);
1925 #endif /* WITH_SMBFS */
1926 break;
1928 #ifdef WITH_SMBFS
1929 case 'D':
1930 smbfs_set_debug (atoi (option_arg));
1931 break;
1932 #endif /* WITH_SMBFS */
1933 #endif /* USE_NETCODE */
1935 case 'd':
1936 use_mouse_p = MOUSE_DISABLED;
1937 break;
1939 #ifdef HAVE_SUBSHELL_SUPPORT
1940 case 'u':
1941 use_subshell = 0;
1942 break;
1943 #endif /* HAVE_SUBSHELL_SUPPORT */
1945 case 'H':
1946 print_color_usage ();
1947 exit (0);
1948 break;
1950 case 'h':
1951 print_mc_usage (ctx, stdout);
1952 exit (0);
1956 static const struct poptOption argument_table[] = {
1957 /* generic options */
1958 {"help", 'h', POPT_ARG_NONE, NULL, 'h',
1959 N_("Displays this help message"), NULL},
1960 {"version", 'V', POPT_ARG_NONE, NULL, 'V',
1961 N_("Displays the current version"), NULL},
1963 /* terminal options */
1964 {"xterm", 'x', POPT_ARG_NONE, &force_xterm, 0,
1965 N_("Forces xterm features"), NULL},
1966 {"nomouse", 'd', POPT_ARG_NONE, NULL, 'd',
1967 N_("Disable mouse support in text version"), NULL},
1968 #if defined(HAVE_SLANG)
1969 {"termcap", 't', 0, &SLtt_Try_Termcap, 0,
1970 N_("Tries to use termcap instead of terminfo"), NULL},
1971 #endif
1972 {"resetsoft", 'k', POPT_ARG_NONE, &reset_hp_softkeys, 0,
1973 N_("Resets soft keys on HP terminals"), NULL},
1974 {"slow", 's', POPT_ARG_NONE, &slow_terminal, 0,
1975 N_("To run on slow terminals"), NULL},
1976 {"stickchars", 'a', 0, &force_ugly_line_drawing, 0,
1977 N_("Use stickchars to draw"), NULL},
1979 /* color options */
1980 {"nocolor", 'b', POPT_ARG_NONE, &disable_colors, 0,
1981 N_("Requests to run in black and white"), NULL},
1982 {"color", 'c', POPT_ARG_NONE, NULL, 'c',
1983 N_("Request to run in color mode"), NULL},
1984 {"colors", 'C', POPT_ARG_STRING, &command_line_colors, 0,
1985 N_("Specifies a color configuration"), NULL},
1986 {"help-colors", 'H', POPT_ARG_NONE, NULL, 'H',
1987 N_("Displays a help screen on how to change the color scheme"), NULL},
1989 /* debug options */
1990 #ifdef USE_NETCODE
1991 {"ftplog", 'l', POPT_ARG_STRING, NULL, 'l',
1992 N_("Log ftp dialog to specified file"), NULL},
1993 #ifdef WITH_SMBFS
1994 {"debuglevel", 'D', POPT_ARG_STRING, NULL, 'D',
1995 N_("Set debug level"), NULL},
1996 #endif
1997 #endif
1999 /* options for wrappers */
2000 {"datadir", 'f', POPT_ARG_NONE, NULL, 'f',
2001 N_("Print data directory"), NULL},
2002 {"printwd", 'P', POPT_ARG_STRING, &last_wd_file, 0,
2003 N_("Print last working directory to specified file"), NULL},
2005 /* subshell options */
2006 #ifdef HAVE_SUBSHELL_SUPPORT
2007 {"subshell", 'U', POPT_ARG_NONE, &use_subshell, 0,
2008 N_("Enables subshell support (default)"), NULL},
2009 {"nosubshell", 'u', POPT_ARG_NONE, NULL, 'u',
2010 N_("Disables subshell support"), NULL},
2011 #endif
2013 /* single file operations */
2014 {"view", 'v', POPT_ARG_STRING, &view_one_file, 0,
2015 N_("Launches the file viewer on a file"), NULL},
2016 #ifdef USE_INTERNAL_EDIT
2017 {"edit", 'e', POPT_ARG_STRING, &edit_one_file, 0,
2018 N_("Edits one file"), NULL},
2019 #endif
2021 {NULL, '\0', 0, NULL, 0, NULL, NULL}
2024 static void
2025 handle_args (int argc, char *argv[])
2027 char *tmp;
2028 poptContext ctx;
2029 const char *base;
2030 int c;
2032 ctx =
2033 poptGetContext ("mc", argc, argv, argument_table,
2034 POPT_CONTEXT_NO_EXEC);
2036 #ifdef USE_TERMCAP
2037 SLtt_Try_Termcap = 1;
2038 #endif
2040 while ((c = poptGetNextOpt (ctx)) > 0) {
2041 process_args (ctx, c, poptGetOptArg (ctx));
2044 if (c < -1) {
2045 print_mc_usage (ctx, stderr);
2046 fprintf (stderr, "%s: %s\n",
2047 poptBadOption (ctx, POPT_BADOPTION_NOALIAS),
2048 poptStrerror (c));
2049 exit (1);
2052 tmp = poptGetArg (ctx);
2055 * Check for special invocation names mcedit and mcview,
2056 * if none apply then set the current directory and the other
2057 * directory from the command line arguments
2059 base = x_basename (argv[0]);
2060 if (!STRNCOMP (base, "mce", 3) || !STRCOMP (base, "vi")) {
2061 edit_one_file = "";
2062 if (tmp) {
2064 * Check for filename:lineno, followed by an optional colon.
2065 * This format is used by many programs (especially compilers)
2066 * in error messages and warnings. It is supported so that
2067 * users can quickly copy and paste file locations.
2069 char *end = tmp + strlen (tmp), *p = end;
2070 if (p > tmp && p[-1] == ':')
2071 p--;
2072 while (p > tmp && isdigit ((unsigned char) p[-1]))
2073 p--;
2074 if (tmp < p && p < end && p[-1] == ':') {
2075 struct stat st;
2076 gchar *fname = g_strndup (tmp, p - 1 - tmp);
2078 * Check that the file before the colon actually exists.
2079 * If it doesn't exist, revert to the old behavior.
2081 if (mc_stat (tmp, &st) == -1 && mc_stat (fname, &st) != -1) {
2082 edit_one_file = fname;
2083 edit_one_file_start_line = atoi (p);
2084 } else {
2085 g_free (fname);
2086 goto try_plus_filename;
2088 } else {
2089 try_plus_filename:
2090 if (*tmp == '+' && isdigit ((unsigned char) tmp[1])) {
2091 int start_line = atoi (tmp);
2092 if (start_line > 0) {
2093 char *file = poptGetArg (ctx);
2094 if (file) {
2095 tmp = file;
2096 edit_one_file_start_line = start_line;
2100 edit_one_file = g_strdup (tmp);
2103 } else if (!STRNCOMP (base, "mcv", 3) || !STRCOMP (base, "view")) {
2104 if (tmp)
2105 view_one_file = g_strdup (tmp);
2106 else {
2107 fputs ("No arguments given to the viewer\n", stderr);
2108 exit (1);
2110 } else {
2111 /* sets the current dir and the other dir */
2112 if (tmp) {
2113 this_dir = g_strdup (tmp);
2114 if ((tmp = poptGetArg (ctx)))
2115 other_dir = g_strdup (tmp);
2119 poptFreeContext (ctx);
2123 main (int argc, char *argv[])
2125 /* We had LC_CTYPE before, LC_ALL includs LC_TYPE as well */
2126 setlocale (LC_ALL, "");
2127 bindtextdomain ("mc", LOCALEDIR);
2128 textdomain ("mc");
2130 /* Set up temporary directory */
2131 mc_tmpdir ();
2133 OS_Setup ();
2135 /* This variable is used by the subshell */
2136 home_dir = getenv ("HOME");
2137 if (!home_dir) {
2138 /* mc_home was computed by OS_Setup */
2139 home_dir = mc_home;
2142 vfs_init ();
2144 #ifdef HAVE_SLANG
2145 SLtt_Ignore_Beep = 1;
2146 #endif
2148 handle_args (argc, argv);
2150 /* NOTE: This has to be called before slang_init or whatever routine
2151 calls any define_sequence */
2152 init_key ();
2154 /* Must be done before installing the SIGCHLD handler [[FIXME]] */
2155 handle_console (CONSOLE_INIT);
2157 #ifdef HAVE_SUBSHELL_SUPPORT
2158 /* Don't use subshell when invoked as viewer or editor */
2159 if (edit_one_file || view_one_file)
2160 use_subshell = 0;
2162 if (use_subshell)
2163 subshell_get_console_attributes ();
2164 #endif /* HAVE_SUBSHELL_SUPPORT */
2166 /* Install the SIGCHLD handler; must be done before init_subshell() */
2167 init_sigchld ();
2169 /* We need this, since ncurses endwin () doesn't restore the signals */
2170 save_stop_handler ();
2172 /* Must be done before init_subshell, to set up the terminal size: */
2173 /* FIXME: Should be removed and LINES and COLS computed on subshell */
2174 #ifdef HAVE_SLANG
2175 slang_init ();
2176 #endif
2177 /* NOTE: This call has to be after slang_init. It's the small part from
2178 the previous init_key which had to be moved after the call of slang_init */
2179 init_key_input_fd ();
2181 load_setup ();
2183 init_curses ();
2185 init_xterm_support ();
2187 #ifdef HAVE_SUBSHELL_SUPPORT
2189 /* Done here to ensure that the subshell doesn't */
2190 /* inherit the file descriptors opened below, etc */
2191 if (use_subshell)
2192 init_subshell ();
2194 #endif /* HAVE_SUBSHELL_SUPPORT */
2196 /* Removing this from the X code let's us type C-c */
2197 load_key_defs ();
2199 /* Also done after init_subshell, to save any shell init file messages */
2200 if (console_flag)
2201 handle_console (CONSOLE_SAVE);
2203 if (alternate_plus_minus)
2204 application_keypad_mode ();
2206 #ifdef HAVE_SUBSHELL_SUPPORT
2207 if (use_subshell) {
2208 prompt = strip_ctrl_codes (subshell_prompt);
2209 if (!prompt)
2210 prompt = "";
2211 } else
2212 #endif /* HAVE_SUBSHELL_SUPPORT */
2213 prompt = (geteuid () == 0) ? "# " : "$ ";
2215 /* Program main loop */
2216 if (!midnight_shutdown)
2217 do_nc ();
2219 /* Save the tree store */
2220 tree_store_save ();
2222 /* Virtual File System shutdown */
2223 vfs_shut ();
2225 flush_extension_file (); /* does only free memory */
2227 endwin ();
2228 #ifdef HAVE_SLANG
2229 slang_shutdown ();
2230 #endif
2232 if (console_flag && !(quit & SUBSHELL_EXIT))
2233 handle_console (CONSOLE_RESTORE);
2234 if (alternate_plus_minus)
2235 numeric_keypad_mode ();
2237 signal (SIGCHLD, SIG_DFL); /* Disable the SIGCHLD handler */
2239 if (console_flag)
2240 handle_console (CONSOLE_DONE);
2241 putchar ('\n'); /* Hack to make shell's prompt start at left of screen */
2243 if (last_wd_file && last_wd_string && !print_last_revert
2244 && !edit_one_file && !view_one_file) {
2245 int last_wd_fd =
2246 open (last_wd_file, O_WRONLY | O_CREAT | O_TRUNC | O_EXCL,
2247 S_IRUSR | S_IWUSR);
2249 if (last_wd_fd != -1) {
2250 write (last_wd_fd, last_wd_string, strlen (last_wd_string));
2251 close (last_wd_fd);
2254 g_free (last_wd_string);
2256 g_free (mc_home);
2257 done_key ();
2258 #ifdef HAVE_CHARSET
2259 free_codepages_list ();
2260 #endif
2261 g_free (this_dir);
2262 g_free (other_dir);
2264 return 0;