1998-02-27 07:54:42 +03:00
|
|
|
/* Setup loading/saving.
|
2007-09-26 14:22:25 +04:00
|
|
|
Copyright (C) 1994, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
2009-05-20 16:34:33 +04:00
|
|
|
2006, 2007, 2009 Free Software Foundation, Inc.
|
1999-09-21 00:03:58 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
1999-09-21 00:03:58 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
2005-05-27 07:35:10 +04:00
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2009-02-05 21:28:18 +03:00
|
|
|
/** \file setup.c
|
|
|
|
* \brief Source: setup loading/saving
|
|
|
|
*/
|
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
#include <config.h>
|
2005-02-08 12:04:03 +03:00
|
|
|
|
2009-02-27 14:54:26 +03:00
|
|
|
#include <stdlib.h>
|
1998-02-27 07:54:42 +03:00
|
|
|
#include <string.h>
|
|
|
|
#include <stdio.h>
|
2005-02-08 12:04:03 +03:00
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
#include "global.h"
|
2009-05-09 19:17:57 +04:00
|
|
|
|
2009-05-08 14:01:05 +04:00
|
|
|
#include "../src/tty/tty.h"
|
2009-05-24 13:39:14 +04:00
|
|
|
#include "../src/tty/key.h"
|
2009-05-09 19:17:57 +04:00
|
|
|
#include "../src/tty/mouse.h" /* To make view.h happy */
|
|
|
|
|
2009-08-24 00:42:28 +04:00
|
|
|
#include "args.h"
|
Glibing..... (2)
Wed Jan 27 03:17:44 1999 Timur Bakeyev <mc@bat.ru>
* Converted memory managment to Glib. Now we use g_new()/g_malloc()/
g_strdup()/g_free() routings. Also, copy_strings() replaced by
g_strconcat(), strcasecmp() -> g_strcasecmp(),and sprintf() by
g_snprintf().
* Some sequences of malloc()/sprintf() changed to g_strdup_printf().
* mad.[ch]: Modified, to work with new GLib's memory managment. Fixed
a missing #undef for tempnam, which caused dead loop. Add several new
functions to emulate GLib memory managment.
*main.c, mad.[ch]: Add a new switch "-M", which allows to redirect MAD
messages to the file.
* util.[ch], utilunix.c: Modified, deleted our variants of strcasecmp()
and strdup() - we have g_ equivalences. Remove get_full_name() - it is
similar to concat_dir_and_file(). Some other tricks with g_* functions.
* global.h: Modified, extended. Now it is main memory mangment include -
i.e. all inclusions of <stdlib.h>, <malloc.h>, <glib.h>, "fs.h", "mem.h",
"util.h" and "mad.h" done there. This elimanates problem with proper or-
der of #include's.
* All around the source - changed order of #include's, most of them gone
to global.h (see above), minor changes, like "0" -> NULL in string func-
tions.
1999-01-27 04:08:30 +03:00
|
|
|
#include "dir.h"
|
1998-02-27 07:54:42 +03:00
|
|
|
#include "panel.h"
|
|
|
|
#include "main.h"
|
2002-12-08 07:16:30 +03:00
|
|
|
#include "tree.h" /* xtree_mode */
|
2009-05-20 16:34:33 +04:00
|
|
|
#include "../src/mcconfig/mcconfig.h"
|
1998-02-27 07:54:42 +03:00
|
|
|
#include "setup.h"
|
2009-08-11 18:43:10 +04:00
|
|
|
#include "../src/viewer/mcviewer.h" /* For the externs */
|
1998-02-27 07:54:42 +03:00
|
|
|
#include "hotlist.h" /* load/save/done hotlist */
|
|
|
|
#include "panelize.h" /* load/save/done panelize */
|
|
|
|
#include "layout.h"
|
|
|
|
#include "menu.h" /* menubar_visible declaration */
|
|
|
|
#include "cmd.h"
|
2002-12-08 07:16:30 +03:00
|
|
|
#include "file.h" /* safe_delete */
|
2009-07-05 19:04:42 +04:00
|
|
|
#include "keybind.h" /* lookup_action */
|
1998-04-15 07:16:29 +04:00
|
|
|
|
2003-11-08 02:50:18 +03:00
|
|
|
#ifdef USE_VFS
|
|
|
|
#include "../vfs/gc.h"
|
|
|
|
#endif
|
|
|
|
|
2001-06-06 02:49:15 +04:00
|
|
|
#ifdef HAVE_CHARSET
|
|
|
|
#include "charsets.h"
|
|
|
|
#endif
|
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
#ifdef USE_NETCODE
|
|
|
|
# include "../vfs/ftpfs.h"
|
2006-02-23 18:32:18 +03:00
|
|
|
# include "../vfs/fish.h"
|
1998-02-27 07:54:42 +03:00
|
|
|
#endif
|
|
|
|
|
2002-08-19 05:43:40 +04:00
|
|
|
#ifdef USE_INTERNAL_EDIT
|
|
|
|
# include "../edit/edit.h"
|
|
|
|
#endif
|
|
|
|
|
2009-04-17 01:22:52 +04:00
|
|
|
#include "../src/strutil.h" /* str_isutf8 () */
|
|
|
|
|
2002-08-19 05:43:40 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
extern char *find_ignore_dirs;
|
|
|
|
|
|
|
|
extern int num_history_items_recorded;
|
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
char *profile_name; /* .mc/ini */
|
|
|
|
char *global_profile_name; /* mc.lib */
|
2009-05-20 16:34:33 +04:00
|
|
|
char *panels_profile_name; /* .mc/panels.ini */
|
2009-07-05 19:04:42 +04:00
|
|
|
char *global_keymap_name; /* GLOBAL_KEYMAP_FILE */
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2009-05-20 16:34:33 +04:00
|
|
|
char *setup_color_string;
|
|
|
|
char *term_color_string;
|
|
|
|
char *color_terminal_string;
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
int startup_left_mode;
|
|
|
|
int startup_right_mode;
|
|
|
|
|
|
|
|
/* Ugly hack to allow panel_save_setup to work as a place holder for */
|
|
|
|
/* default panel values */
|
|
|
|
int saving_setup;
|
|
|
|
|
2000-02-02 19:57:51 +03:00
|
|
|
static const struct {
|
2004-08-30 03:27:40 +04:00
|
|
|
const char *key;
|
1998-02-27 07:54:42 +03:00
|
|
|
sortfn *sort_type;
|
|
|
|
} sort_names [] = {
|
|
|
|
{ "name", (sortfn *) sort_name },
|
|
|
|
{ "extension", (sortfn *) sort_ext },
|
|
|
|
{ "time", (sortfn *) sort_time },
|
|
|
|
{ "atime", (sortfn *) sort_atime },
|
|
|
|
{ "ctime", (sortfn *) sort_ctime },
|
|
|
|
{ "size", (sortfn *) sort_size },
|
|
|
|
{ "inode", (sortfn *) sort_inode },
|
|
|
|
{ "unsorted", (sortfn *) unsorted },
|
|
|
|
{ 0, 0 }
|
|
|
|
};
|
|
|
|
|
2000-02-02 19:57:51 +03:00
|
|
|
static const struct {
|
2004-08-30 03:27:40 +04:00
|
|
|
const char *key;
|
1998-02-27 07:54:42 +03:00
|
|
|
int list_type;
|
|
|
|
} list_types [] = {
|
1998-05-12 08:26:21 +04:00
|
|
|
{ "full", list_full },
|
1998-02-27 07:54:42 +03:00
|
|
|
{ "brief", list_brief },
|
1998-05-12 08:26:21 +04:00
|
|
|
{ "long", list_long },
|
|
|
|
{ "user", list_user },
|
1998-02-27 07:54:42 +03:00
|
|
|
{ 0, 0 }
|
|
|
|
};
|
|
|
|
|
2000-02-02 19:57:51 +03:00
|
|
|
static const struct {
|
2004-08-30 03:27:40 +04:00
|
|
|
const char *opt_name;
|
1998-02-27 07:54:42 +03:00
|
|
|
int opt_type;
|
|
|
|
} panel_types [] = {
|
|
|
|
{ "listing", view_listing },
|
|
|
|
{ "quickview", view_quick },
|
|
|
|
{ "info", view_info },
|
|
|
|
{ "tree", view_tree },
|
|
|
|
{ 0, 0 }
|
|
|
|
};
|
1999-09-21 00:03:58 +04:00
|
|
|
|
2000-02-02 19:57:51 +03:00
|
|
|
static const struct {
|
2004-08-30 03:27:40 +04:00
|
|
|
const char *opt_name;
|
1998-02-27 07:54:42 +03:00
|
|
|
int *opt_addr;
|
|
|
|
} layout [] = {
|
|
|
|
{ "equal_split", &equal_split },
|
|
|
|
{ "first_panel_size", &first_panel_size },
|
|
|
|
{ "message_visible", &message_visible },
|
|
|
|
{ "keybar_visible", &keybar_visible },
|
2002-12-26 19:10:45 +03:00
|
|
|
{ "xterm_title", &xterm_title },
|
1998-02-27 07:54:42 +03:00
|
|
|
{ "output_lines", &output_lines },
|
|
|
|
{ "command_prompt", &command_prompt },
|
2001-06-19 04:43:56 +04:00
|
|
|
{ "menubar_visible", &menubar_visible },
|
1998-02-27 07:54:42 +03:00
|
|
|
{ "show_mini_info", &show_mini_info },
|
|
|
|
{ "permission_mode", &permission_mode },
|
|
|
|
{ "filetype_mode", &filetype_mode },
|
2009-02-04 04:27:36 +03:00
|
|
|
{ "free_space", &free_space },
|
1998-02-27 07:54:42 +03:00
|
|
|
{ 0, 0 }
|
|
|
|
};
|
|
|
|
|
2000-02-02 19:57:51 +03:00
|
|
|
static const struct {
|
2004-08-30 03:27:40 +04:00
|
|
|
const char *opt_name;
|
1998-02-27 07:54:42 +03:00
|
|
|
int *opt_addr;
|
2005-09-07 11:55:15 +04:00
|
|
|
} int_options [] = {
|
1998-02-27 07:54:42 +03:00
|
|
|
{ "show_backups", &show_backups },
|
2009-08-15 22:03:24 +04:00
|
|
|
{ "kilobyte_si", &kilobyte_si },
|
1998-02-27 07:54:42 +03:00
|
|
|
{ "show_dot_files", &show_dot_files },
|
|
|
|
{ "verbose", &verbose },
|
|
|
|
{ "mark_moves_down", &mark_moves_down },
|
|
|
|
{ "pause_after_run", &pause_after_run },
|
|
|
|
{ "shell_patterns", &easy_patterns },
|
|
|
|
{ "auto_save_setup", &auto_save_setup },
|
|
|
|
{ "auto_menu", &auto_menu },
|
|
|
|
{ "use_internal_view", &use_internal_view },
|
|
|
|
{ "use_internal_edit", &use_internal_edit },
|
|
|
|
{ "clear_before_exec", &clear_before_exec },
|
|
|
|
{ "mix_all_files", &mix_all_files },
|
|
|
|
{ "fast_reload", &fast_reload },
|
|
|
|
{ "fast_reload_msg_shown", &fast_reload_w },
|
|
|
|
{ "confirm_delete", &confirm_delete },
|
|
|
|
{ "confirm_overwrite", &confirm_overwrite },
|
|
|
|
{ "confirm_execute", &confirm_execute },
|
|
|
|
{ "confirm_exit", &confirm_exit },
|
2006-01-29 23:26:05 +03:00
|
|
|
{ "confirm_directory_hotlist_delete", &confirm_directory_hotlist_delete },
|
2002-10-22 01:03:22 +04:00
|
|
|
{ "safe_delete", &safe_delete },
|
1998-02-27 07:54:42 +03:00
|
|
|
{ "mouse_repeat_rate", &mou_auto_repeat },
|
|
|
|
{ "double_click_speed", &double_click_speed },
|
2001-06-06 02:49:15 +04:00
|
|
|
#ifndef HAVE_CHARSET
|
1998-02-27 07:54:42 +03:00
|
|
|
{ "eight_bit_clean", &eight_bit_clean },
|
|
|
|
{ "full_eight_bits", &full_eight_bits },
|
2001-09-16 04:53:43 +04:00
|
|
|
#endif /* !HAVE_CHARSET */
|
1998-02-27 07:54:42 +03:00
|
|
|
{ "use_8th_bit_as_meta", &use_8th_bit_as_meta },
|
|
|
|
{ "confirm_view_dir", &confirm_view_dir },
|
|
|
|
{ "mouse_move_pages", &mouse_move_pages },
|
2009-08-11 18:43:10 +04:00
|
|
|
{ "mouse_move_pages_viewer", &mcview_mouse_move_pages },
|
2009-04-03 19:29:20 +04:00
|
|
|
{ "mouse_close_dialog", &mouse_close_dialog},
|
1998-02-27 07:54:42 +03:00
|
|
|
{ "fast_refresh", &fast_refresh },
|
|
|
|
{ "navigate_with_arrows", &navigate_with_arrows },
|
|
|
|
{ "drop_menus", &drop_menus },
|
2009-08-11 18:43:10 +04:00
|
|
|
{ "wrap_mode", &mcview_global_wrap_mode},
|
1998-02-27 07:54:42 +03:00
|
|
|
{ "old_esc_mode", &old_esc_mode },
|
|
|
|
{ "cd_symlinks", &cd_symlinks },
|
|
|
|
{ "show_all_if_ambiguous", &show_all_if_ambiguous },
|
2009-08-11 18:43:10 +04:00
|
|
|
{ "max_dirt_limit", &mcview_max_dirt_limit },
|
1998-02-27 07:54:42 +03:00
|
|
|
{ "torben_fj_mode", &torben_fj_mode },
|
|
|
|
{ "use_file_to_guess_type", &use_file_to_check_type },
|
|
|
|
{ "alternate_plus_minus", &alternate_plus_minus },
|
|
|
|
{ "only_leading_plus_minus", &only_leading_plus_minus },
|
|
|
|
{ "show_output_starts_shell", &output_starts_shell },
|
|
|
|
{ "panel_scroll_pages", &panel_scroll_pages },
|
|
|
|
{ "xtree_mode", &xtree_mode },
|
|
|
|
{ "num_history_items_recorded", &num_history_items_recorded },
|
1998-12-05 02:39:41 +03:00
|
|
|
{ "file_op_compute_totals", &file_op_compute_totals },
|
2009-05-13 18:40:27 +04:00
|
|
|
{ "skip_check_codeset", &skip_check_codeset },
|
1999-09-21 00:03:58 +04:00
|
|
|
#ifdef USE_VFS
|
1998-02-27 07:54:42 +03:00
|
|
|
{ "vfs_timeout", &vfs_timeout },
|
|
|
|
#ifdef USE_NETCODE
|
|
|
|
{ "ftpfs_directory_timeout", &ftpfs_directory_timeout },
|
|
|
|
{ "use_netrc", &use_netrc },
|
|
|
|
{ "ftpfs_retry_seconds", &ftpfs_retry_seconds },
|
|
|
|
{ "ftpfs_always_use_proxy", &ftpfs_always_use_proxy },
|
|
|
|
{ "ftpfs_use_passive_connections", &ftpfs_use_passive_connections },
|
1998-10-11 23:19:03 +04:00
|
|
|
{ "ftpfs_use_unix_list_options", &ftpfs_use_unix_list_options },
|
1999-01-31 23:28:13 +03:00
|
|
|
{ "ftpfs_first_cd_then_ls", &ftpfs_first_cd_then_ls },
|
2006-02-23 18:32:18 +03:00
|
|
|
{ "fish_directory_timeout", &fish_directory_timeout },
|
2001-09-16 04:53:43 +04:00
|
|
|
#endif /* USE_NETCODE */
|
|
|
|
#endif /* USE_VFS */
|
1998-02-27 07:54:42 +03:00
|
|
|
#ifdef USE_INTERNAL_EDIT
|
|
|
|
{ "editor_word_wrap_line_length", &option_word_wrap_line_length },
|
|
|
|
{ "editor_key_emulation", &edit_key_emulation },
|
|
|
|
{ "editor_tab_spacing", &option_tab_spacing },
|
|
|
|
{ "editor_fill_tabs_with_spaces", &option_fill_tabs_with_spaces },
|
|
|
|
{ "editor_return_does_auto_indent", &option_return_does_auto_indent },
|
|
|
|
{ "editor_backspace_through_tabs", &option_backspace_through_tabs },
|
|
|
|
{ "editor_fake_half_tabs", &option_fake_half_tabs },
|
|
|
|
{ "editor_option_save_mode", &option_save_mode },
|
2002-11-30 03:37:14 +03:00
|
|
|
{ "editor_option_save_position", &option_save_position },
|
1998-02-27 07:54:42 +03:00
|
|
|
{ "editor_option_auto_para_formatting", &option_auto_para_formatting },
|
|
|
|
{ "editor_option_typewriter_wrap", &option_typewriter_wrap },
|
|
|
|
{ "editor_edit_confirm_save", &edit_confirm_save },
|
1998-04-24 19:18:08 +04:00
|
|
|
{ "editor_syntax_highlighting", &option_syntax_highlighting },
|
2009-03-27 23:48:31 +03:00
|
|
|
{ "editor_persistent_selections", &option_persistent_selections },
|
2009-08-17 19:52:43 +04:00
|
|
|
{ "editor_cursor_beyond_eol", &option_cursor_beyond_eol },
|
2009-01-20 00:09:54 +03:00
|
|
|
{ "editor_visible_tabs", &visible_tabs },
|
|
|
|
{ "editor_visible_spaces", &visible_tws },
|
2009-05-12 01:15:55 +04:00
|
|
|
{ "editor_line_state", &option_line_state },
|
2009-05-28 11:40:54 +04:00
|
|
|
{ "editor_simple_statusbar", &simple_statusbar },
|
2001-09-16 04:53:43 +04:00
|
|
|
#endif /* USE_INTERNAL_EDIT */
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
{ "nice_rotating_dash", &nice_rotating_dash },
|
1999-01-17 07:17:20 +03:00
|
|
|
{ "horizontal_split", &horizontal_split },
|
2005-07-18 12:47:45 +04:00
|
|
|
{ "mcview_remember_file_position", &mcview_remember_file_position },
|
2009-01-23 00:29:10 +03:00
|
|
|
{ "auto_fill_mkdir_name", &auto_fill_mkdir_name },
|
2009-08-18 11:07:01 +04:00
|
|
|
{ "reverse_files_only", &reverse_files_only },
|
1998-02-27 07:54:42 +03:00
|
|
|
{ 0, 0 }
|
|
|
|
};
|
|
|
|
|
2005-09-07 12:55:31 +04:00
|
|
|
static const struct {
|
|
|
|
const char *opt_name;
|
|
|
|
char **opt_addr;
|
|
|
|
const char *opt_defval;
|
|
|
|
} str_options [] = {
|
2005-09-07 14:08:25 +04:00
|
|
|
#ifdef USE_INTERNAL_EDIT
|
2005-09-07 12:55:31 +04:00
|
|
|
{ "editor_backup_extension", &option_backup_ext, "~" },
|
2005-09-07 14:08:25 +04:00
|
|
|
#endif
|
2009-04-24 02:47:22 +04:00
|
|
|
{ NULL, NULL, NULL }
|
2005-09-07 12:55:31 +04:00
|
|
|
};
|
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
void
|
|
|
|
panel_save_setup (struct WPanel *panel, const char *section)
|
1998-02-27 07:54:42 +03:00
|
|
|
{
|
2009-05-20 16:34:33 +04:00
|
|
|
char *buffer;
|
1998-02-27 07:54:42 +03:00
|
|
|
int i;
|
1999-09-21 00:03:58 +04:00
|
|
|
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_set_int(mc_panels_config, section, "reverse", panel->reverse);
|
|
|
|
mc_config_set_int(mc_panels_config, section, "case_sensitive", panel->case_sensitive);
|
|
|
|
mc_config_set_int(mc_panels_config, section, "exec_first", panel->exec_first);
|
|
|
|
|
2009-05-27 19:44:42 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
for (i = 0; sort_names [i].key; i++)
|
|
|
|
if (sort_names [i].sort_type == (sortfn *) panel->sort_type){
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_set_string(mc_panels_config, section, "sort_order", sort_names [i].key);
|
1998-02-27 07:54:42 +03:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
for (i = 0; list_types [i].key; i++)
|
|
|
|
if (list_types [i].list_type == panel->list_type){
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_set_string(mc_panels_config, section, "list_mode", list_types [i].key);
|
1998-02-27 07:54:42 +03:00
|
|
|
break;
|
|
|
|
}
|
1999-09-21 00:03:58 +04:00
|
|
|
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_set_string(mc_panels_config, section, "user_format", panel->user_format);
|
1999-09-21 00:03:58 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
for (i = 0; i < LIST_TYPES; i++){
|
2009-05-20 16:34:33 +04:00
|
|
|
buffer = g_strdup_printf("user_status%d", i);
|
|
|
|
mc_config_set_string(mc_panels_config, section, buffer, panel->user_status_format [i]);
|
|
|
|
g_free(buffer);
|
1998-02-27 07:54:42 +03:00
|
|
|
}
|
1999-09-21 00:03:58 +04:00
|
|
|
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_set_int(mc_panels_config, section, "user_mini_status", panel->user_mini_status);
|
1998-02-27 07:54:42 +03:00
|
|
|
}
|
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
void
|
|
|
|
save_layout (void)
|
2009-05-11 13:46:23 +04:00
|
|
|
{
|
2009-05-19 11:22:24 +04:00
|
|
|
char *profile;
|
|
|
|
int i;
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
profile = concat_dir_and_file (home_dir, PROFILE_NAME);
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
/* Save integer options */
|
|
|
|
for (i = 0; layout [i].opt_name; i++){
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_set_int(mc_main_config, "Layout", layout [i].opt_name, *layout [i].opt_addr);
|
2009-05-19 11:22:24 +04:00
|
|
|
}
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_save_to_file (mc_main_config, profile);
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
g_free (profile);
|
2009-05-11 13:46:23 +04:00
|
|
|
}
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
void
|
|
|
|
save_configure (void)
|
2009-05-11 13:46:23 +04:00
|
|
|
{
|
2009-05-19 11:22:24 +04:00
|
|
|
char *profile;
|
2009-05-11 13:46:23 +04:00
|
|
|
int i;
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
profile = concat_dir_and_file (home_dir, PROFILE_NAME);
|
2005-09-07 12:55:31 +04:00
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
/* Save integer options */
|
|
|
|
for (i = 0; int_options[i].opt_name; i++)
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_set_int(mc_main_config, CONFIG_APP_SECTION, int_options[i].opt_name, *int_options[i].opt_addr);
|
2009-05-11 13:46:23 +04:00
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
/* Save string options */
|
|
|
|
for (i = 0; str_options[i].opt_name != NULL; i++)
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_set_string(mc_main_config, CONFIG_APP_SECTION, str_options[i].opt_name, *str_options[i].opt_addr);
|
2009-05-19 11:22:24 +04:00
|
|
|
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_save_to_file (mc_main_config, profile);
|
2009-05-19 11:22:24 +04:00
|
|
|
g_free (profile);
|
1998-02-27 07:54:42 +03:00
|
|
|
}
|
|
|
|
|
1998-12-03 00:27:27 +03:00
|
|
|
static void
|
2009-05-19 11:22:24 +04:00
|
|
|
panel_save_type (const char *section, int type)
|
1998-02-27 07:54:42 +03:00
|
|
|
{
|
2009-05-19 11:22:24 +04:00
|
|
|
int i;
|
2009-05-11 13:46:23 +04:00
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
for (i = 0; panel_types [i].opt_name; i++)
|
|
|
|
if (panel_types [i].opt_type == type){
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_set_string(mc_panels_config, section,
|
|
|
|
"display", panel_types [i].opt_name);
|
2009-05-19 11:22:24 +04:00
|
|
|
break;
|
1998-02-27 07:54:42 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2009-05-27 19:44:42 +04:00
|
|
|
void
|
2009-05-19 11:22:24 +04:00
|
|
|
save_panel_types (void)
|
1998-02-27 07:54:42 +03:00
|
|
|
{
|
2009-05-19 11:22:24 +04:00
|
|
|
int type;
|
2009-05-11 13:46:23 +04:00
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
type = get_display_type (0);
|
|
|
|
panel_save_type ("New Left Panel", type);
|
|
|
|
if (type == view_listing)
|
|
|
|
panel_save_setup (left_panel, left_panel->panel_name);
|
|
|
|
type = get_display_type (1);
|
|
|
|
panel_save_type ("New Right Panel", type);
|
|
|
|
if (type == view_listing)
|
|
|
|
panel_save_setup (right_panel, right_panel->panel_name);
|
2009-05-20 16:34:33 +04:00
|
|
|
|
|
|
|
mc_config_set_string(mc_panels_config, "Dirs" , "other_dir",
|
|
|
|
get_other_type () == view_listing
|
|
|
|
? other_panel->cwd : ".");
|
|
|
|
if (current_panel != NULL)
|
|
|
|
mc_config_set_string(mc_panels_config, "Dirs" , "current_is_left",
|
|
|
|
get_current_index () == 0 ? "1" : "0");
|
|
|
|
|
2009-05-20 17:39:00 +04:00
|
|
|
if (mc_panels_config->ini_path == NULL)
|
|
|
|
mc_panels_config->ini_path = g_strdup(panels_profile_name);
|
|
|
|
|
|
|
|
mc_config_del_group (mc_panels_config, "Temporal:New Left Panel");
|
|
|
|
mc_config_del_group (mc_panels_config, "Temporal:New Right Panel");
|
|
|
|
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_save_file (mc_panels_config);
|
2009-05-11 13:46:23 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
save_setup (void)
|
|
|
|
{
|
2009-05-20 16:34:33 +04:00
|
|
|
char *tmp_profile;
|
2009-05-19 11:22:24 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
saving_setup = 1;
|
|
|
|
|
2001-06-20 19:08:18 +04:00
|
|
|
save_configure ();
|
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
save_layout ();
|
2009-05-20 16:34:33 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
save_hotlist ();
|
2001-06-20 19:08:18 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
save_panelize ();
|
|
|
|
save_panel_types ();
|
1998-03-31 01:04:59 +04:00
|
|
|
/* directory_history_save (); */
|
1999-09-21 00:03:58 +04:00
|
|
|
|
2001-09-16 04:53:43 +04:00
|
|
|
#if defined(USE_VFS) && defined (USE_NETCODE)
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_set_string(mc_main_config, "Misc" , "ftpfs_password",
|
|
|
|
ftpfs_anonymous_passwd);
|
1998-02-27 07:54:42 +03:00
|
|
|
if (ftpfs_proxy_host)
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_set_string(mc_main_config, "Misc" , "ftp_proxy_host",
|
|
|
|
ftpfs_proxy_host);
|
2001-09-16 04:53:43 +04:00
|
|
|
#endif /* USE_VFS && USE_NETCODE */
|
2001-06-06 02:49:15 +04:00
|
|
|
|
|
|
|
#ifdef HAVE_CHARSET
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_set_string(mc_main_config, "Misc" , "display_codepage",
|
|
|
|
get_codepage_id( display_codepage ));
|
|
|
|
mc_config_set_string(mc_main_config, "Misc" , "source_codepage",
|
|
|
|
get_codepage_id( source_codepage ));
|
2001-09-16 04:53:43 +04:00
|
|
|
#endif /* HAVE_CHARSET */
|
2009-05-20 16:34:33 +04:00
|
|
|
tmp_profile = concat_dir_and_file (home_dir, PROFILE_NAME);
|
|
|
|
mc_config_save_to_file (mc_main_config, tmp_profile);
|
|
|
|
g_free (tmp_profile);
|
1998-02-27 07:54:42 +03:00
|
|
|
saving_setup = 0;
|
|
|
|
}
|
|
|
|
|
1998-12-03 00:27:27 +03:00
|
|
|
void
|
2004-08-29 20:42:40 +04:00
|
|
|
panel_load_setup (WPanel *panel, const char *section)
|
1998-02-27 07:54:42 +03:00
|
|
|
{
|
|
|
|
int i;
|
2009-05-20 16:34:33 +04:00
|
|
|
char *buffer;
|
1999-09-21 00:03:58 +04:00
|
|
|
|
2009-05-20 16:34:33 +04:00
|
|
|
panel->reverse = mc_config_get_int(mc_panels_config, section, "reverse", 0);
|
|
|
|
panel->case_sensitive = mc_config_get_int(mc_panels_config, section, "case_sensitive", OS_SORT_CASE_SENSITIVE_DEFAULT);
|
|
|
|
panel->exec_first = mc_config_get_int(mc_panels_config, section, "exec_first", 0);
|
1999-09-21 00:03:58 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
/* Load sort order */
|
2009-05-20 16:34:33 +04:00
|
|
|
buffer = mc_config_get_string(mc_panels_config, section, "sort_order", "name");
|
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
panel->sort_type = (sortfn *) sort_name;
|
|
|
|
for (i = 0; sort_names [i].key; i++)
|
2009-05-19 11:22:24 +04:00
|
|
|
if ( g_strcasecmp (sort_names [i].key, buffer) == 0){
|
1998-02-27 07:54:42 +03:00
|
|
|
panel->sort_type = sort_names [i].sort_type;
|
|
|
|
break;
|
|
|
|
}
|
2009-05-20 16:34:33 +04:00
|
|
|
g_free(buffer);
|
1998-02-27 07:54:42 +03:00
|
|
|
/* Load the listing mode */
|
2009-05-20 16:34:33 +04:00
|
|
|
buffer = mc_config_get_string(mc_panels_config, section, "list_mode", "full");
|
1998-02-27 07:54:42 +03:00
|
|
|
panel->list_type = list_full;
|
|
|
|
for (i = 0; list_types [i].key; i++)
|
2009-05-19 11:22:24 +04:00
|
|
|
if ( g_strcasecmp (list_types [i].key, buffer) == 0){
|
1998-02-27 07:54:42 +03:00
|
|
|
panel->list_type = list_types [i].list_type;
|
|
|
|
break;
|
|
|
|
}
|
2009-05-20 16:34:33 +04:00
|
|
|
g_free(buffer);
|
2001-09-16 05:10:09 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
/* User formats */
|
2009-02-06 01:27:37 +03:00
|
|
|
g_free (panel->user_format);
|
2009-05-20 16:34:33 +04:00
|
|
|
panel->user_format = mc_config_get_string(mc_panels_config, section, "user_format", DEFAULT_USER_FORMAT);
|
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
for (i = 0; i < LIST_TYPES; i++){
|
2009-02-06 01:27:37 +03:00
|
|
|
g_free (panel->user_status_format [i]);
|
2009-05-20 16:34:33 +04:00
|
|
|
buffer = g_strdup_printf("user_status%d",i);
|
2009-05-19 11:22:24 +04:00
|
|
|
panel->user_status_format [i] =
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_get_string(mc_panels_config, section, buffer, DEFAULT_USER_FORMAT);
|
|
|
|
g_free(buffer);
|
1998-02-27 07:54:42 +03:00
|
|
|
}
|
1999-09-21 00:03:58 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
panel->user_mini_status =
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_get_int(mc_panels_config, section, "user_mini_status", 0);
|
2009-05-19 11:22:24 +04:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2009-05-20 16:34:33 +04:00
|
|
|
load_layout ()
|
2009-05-19 11:22:24 +04:00
|
|
|
{
|
|
|
|
int i;
|
|
|
|
|
|
|
|
for (i = 0; layout [i].opt_name; i++)
|
|
|
|
*layout [i].opt_addr =
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_get_int(mc_main_config,"Layout", layout [i].opt_name, *layout [i].opt_addr);
|
2009-05-19 11:22:24 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
static int
|
2009-05-20 16:34:33 +04:00
|
|
|
setup__load_panel_state (const char *section)
|
2009-05-19 11:22:24 +04:00
|
|
|
{
|
2009-05-20 16:34:33 +04:00
|
|
|
char *buffer;
|
2009-05-19 11:22:24 +04:00
|
|
|
int i;
|
|
|
|
|
|
|
|
int mode = view_listing;
|
|
|
|
|
|
|
|
/* Load the display mode */
|
2009-05-20 16:34:33 +04:00
|
|
|
buffer = mc_config_get_string(mc_panels_config, section, "display", "listing");
|
2009-05-19 11:22:24 +04:00
|
|
|
|
|
|
|
for (i = 0; panel_types [i].opt_name; i++)
|
|
|
|
if ( g_strcasecmp (panel_types [i].opt_name, buffer) == 0){
|
|
|
|
mode = panel_types [i].opt_type;
|
|
|
|
break;
|
|
|
|
}
|
2009-05-20 16:34:33 +04:00
|
|
|
g_free(buffer);
|
2009-05-19 11:22:24 +04:00
|
|
|
return mode;
|
1998-02-27 07:54:42 +03:00
|
|
|
}
|
|
|
|
|
2009-05-27 19:44:42 +04:00
|
|
|
static const char *
|
|
|
|
setup__is_cfg_group_must_panel_config(const char *grp)
|
|
|
|
{
|
|
|
|
if (
|
|
|
|
! strcasecmp("Dirs",grp) ||
|
|
|
|
! strcasecmp("Temporal:New Right Panel",grp) ||
|
|
|
|
! strcasecmp("Temporal:New Left Panel",grp) ||
|
|
|
|
! strcasecmp("New Left Panel",grp) ||
|
|
|
|
! strcasecmp("New Right Panel",grp)
|
|
|
|
)
|
|
|
|
return grp;
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
setup__move_panels_config_into_separate_file(const char*profile)
|
|
|
|
{
|
|
|
|
mc_config_t *tmp_cfg;
|
|
|
|
char **groups, **curr_grp;
|
2009-06-30 17:11:21 +04:00
|
|
|
const char *need_grp;
|
2009-05-27 19:44:42 +04:00
|
|
|
gsize groups_count;
|
|
|
|
|
|
|
|
if (!exist_file(profile))
|
|
|
|
return;
|
|
|
|
|
|
|
|
tmp_cfg = mc_config_init(profile);
|
|
|
|
if (!tmp_cfg)
|
|
|
|
return;
|
|
|
|
|
|
|
|
curr_grp = groups = mc_config_get_groups (tmp_cfg, &groups_count);
|
|
|
|
if (!groups)
|
|
|
|
{
|
|
|
|
mc_config_deinit(tmp_cfg);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
while (*curr_grp)
|
|
|
|
{
|
|
|
|
if ( setup__is_cfg_group_must_panel_config(*curr_grp) == NULL)
|
|
|
|
{
|
|
|
|
mc_config_del_group (tmp_cfg, *curr_grp);
|
|
|
|
}
|
|
|
|
curr_grp++;
|
|
|
|
}
|
|
|
|
|
|
|
|
mc_config_save_to_file (tmp_cfg, panels_profile_name);
|
|
|
|
mc_config_deinit(tmp_cfg);
|
|
|
|
|
|
|
|
tmp_cfg = mc_config_init(profile);
|
|
|
|
if (!tmp_cfg)
|
|
|
|
{
|
|
|
|
g_strfreev(groups);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
curr_grp = groups;
|
|
|
|
|
|
|
|
while (*curr_grp)
|
|
|
|
{
|
|
|
|
need_grp = setup__is_cfg_group_must_panel_config(*curr_grp);
|
|
|
|
if ( need_grp != NULL)
|
|
|
|
{
|
|
|
|
mc_config_del_group (tmp_cfg, need_grp);
|
|
|
|
}
|
|
|
|
curr_grp++;
|
|
|
|
}
|
|
|
|
g_strfreev(groups);
|
|
|
|
mc_config_save_file (tmp_cfg);
|
|
|
|
mc_config_deinit(tmp_cfg);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2009-09-04 17:31:38 +04:00
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
char *
|
1999-02-17 06:00:27 +03:00
|
|
|
setup_init (void)
|
1998-02-27 07:54:42 +03:00
|
|
|
{
|
|
|
|
char *profile;
|
|
|
|
char *inifile;
|
1999-02-17 06:00:27 +03:00
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
if (profile_name)
|
|
|
|
return profile_name;
|
1999-09-21 00:03:58 +04:00
|
|
|
|
2009-02-06 13:17:03 +03:00
|
|
|
profile = concat_dir_and_file (home_dir, PROFILE_NAME);
|
2001-06-06 15:52:32 +04:00
|
|
|
if (!exist_file (profile)){
|
2009-02-06 13:17:03 +03:00
|
|
|
inifile = concat_dir_and_file (mc_home, "mc.ini");
|
2001-06-06 15:52:32 +04:00
|
|
|
if (exist_file (inifile)){
|
2009-02-06 01:27:37 +03:00
|
|
|
g_free (profile);
|
2001-06-06 15:52:32 +04:00
|
|
|
profile = inifile;
|
2009-05-21 02:01:10 +04:00
|
|
|
} else {
|
2009-02-06 01:27:37 +03:00
|
|
|
g_free (inifile);
|
2009-05-21 02:01:10 +04:00
|
|
|
inifile = concat_dir_and_file (mc_home_alt, "mc.ini");
|
|
|
|
if (exist_file (inifile)) {
|
|
|
|
g_free (profile);
|
|
|
|
profile = inifile;
|
|
|
|
} else
|
|
|
|
g_free (inifile);
|
|
|
|
}
|
1998-02-27 07:54:42 +03:00
|
|
|
}
|
1999-09-21 00:03:58 +04:00
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
profile_name = profile;
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
return profile;
|
1999-02-17 06:00:27 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
load_setup (void)
|
|
|
|
{
|
2009-05-19 11:22:24 +04:00
|
|
|
char *profile;
|
1999-02-17 06:00:27 +03:00
|
|
|
int i;
|
2009-05-20 16:34:33 +04:00
|
|
|
char *buffer;
|
1999-02-17 06:00:27 +03:00
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
profile = setup_init ();
|
2002-08-17 05:11:21 +04:00
|
|
|
|
|
|
|
/* mc.lib is common for all users, but has priority lower than
|
|
|
|
~/.mc/ini. FIXME: it's only used for keys and treestore now */
|
2009-05-27 19:44:42 +04:00
|
|
|
global_profile_name = concat_dir_and_file (mc_home, "mc.lib");
|
2009-05-21 02:01:10 +04:00
|
|
|
if (!exist_file(global_profile_name)) {
|
|
|
|
g_free (global_profile_name);
|
|
|
|
global_profile_name = concat_dir_and_file (mc_home_alt, "mc.lib");
|
|
|
|
}
|
2009-07-05 19:04:42 +04:00
|
|
|
|
|
|
|
global_keymap_name = concat_dir_and_file (mc_home, GLOBAL_KEYMAP_FILE);
|
|
|
|
if (!exist_file(global_keymap_name)) {
|
|
|
|
g_free (global_keymap_name);
|
|
|
|
global_keymap_name = concat_dir_and_file (mc_home_alt, GLOBAL_KEYMAP_FILE);
|
|
|
|
}
|
2009-05-20 16:34:33 +04:00
|
|
|
panels_profile_name = concat_dir_and_file (home_dir, PANELS_PROFILE_NAME);
|
|
|
|
|
|
|
|
mc_main_config = mc_config_init(profile);
|
2009-05-27 19:44:42 +04:00
|
|
|
|
|
|
|
if (!exist_file(panels_profile_name))
|
|
|
|
setup__move_panels_config_into_separate_file(profile);
|
|
|
|
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_panels_config = mc_config_init(panels_profile_name);
|
2009-05-21 02:01:10 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
/* Load integer boolean options */
|
2005-09-07 11:55:15 +04:00
|
|
|
for (i = 0; int_options[i].opt_name; i++)
|
|
|
|
*int_options[i].opt_addr =
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_get_int(mc_main_config, CONFIG_APP_SECTION, int_options[i].opt_name, *int_options[i].opt_addr);
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2005-09-07 12:55:31 +04:00
|
|
|
/* Load string options */
|
|
|
|
for (i = 0; str_options[i].opt_name != NULL; i++)
|
2009-05-20 16:34:33 +04:00
|
|
|
*str_options[i].opt_addr =
|
|
|
|
mc_config_get_string (mc_main_config, CONFIG_APP_SECTION, str_options[i].opt_name, str_options[i].opt_defval);
|
2005-09-07 12:55:31 +04:00
|
|
|
|
2009-05-20 16:34:33 +04:00
|
|
|
load_layout ();
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
load_panelize ();
|
|
|
|
|
2009-05-20 16:34:33 +04:00
|
|
|
startup_left_mode = setup__load_panel_state ("New Left Panel");
|
|
|
|
startup_right_mode = setup__load_panel_state ("New Right Panel");
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
/* At least one of the panels is a listing panel */
|
|
|
|
if (startup_left_mode != view_listing && startup_right_mode!=view_listing)
|
|
|
|
startup_left_mode = view_listing;
|
1999-09-21 00:03:58 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
if (!other_dir){
|
2009-05-20 16:34:33 +04:00
|
|
|
buffer = mc_config_get_string(mc_panels_config, "Dirs", "other_dir", ".");
|
1998-02-27 07:54:42 +03:00
|
|
|
if (vfs_file_is_local (buffer))
|
|
|
|
other_dir = buffer;
|
|
|
|
else
|
2009-02-06 01:27:37 +03:00
|
|
|
g_free (buffer);
|
1998-02-27 07:54:42 +03:00
|
|
|
}
|
2001-06-20 19:08:18 +04:00
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
boot_current_is_left =
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_get_int(mc_panels_config, "Dirs", "current_is_left", 1);
|
2001-06-20 19:08:18 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
#ifdef USE_NETCODE
|
2009-05-20 16:34:33 +04:00
|
|
|
ftpfs_proxy_host = mc_config_get_string(mc_main_config, "Misc", "ftp_proxy_host", "gate");
|
1998-02-27 07:54:42 +03:00
|
|
|
#endif
|
2009-05-20 16:34:33 +04:00
|
|
|
setup_color_string = mc_config_get_string(mc_main_config, "Misc", "find_ignore_dirs", "");
|
2009-05-19 11:22:24 +04:00
|
|
|
if (setup_color_string [0])
|
2004-09-24 19:05:28 +04:00
|
|
|
find_ignore_dirs = g_strconcat (":", setup_color_string, ":", (char *) NULL);
|
2009-05-20 16:34:33 +04:00
|
|
|
g_free(setup_color_string);
|
1999-09-21 00:03:58 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
/* The default color and the terminal dependent color */
|
2009-05-20 16:34:33 +04:00
|
|
|
setup_color_string = mc_config_get_string(mc_main_config, "Colors", "base_color", "");
|
|
|
|
term_color_string = mc_config_get_string(mc_main_config, "Colors", getenv ("TERM"), "");
|
|
|
|
color_terminal_string = mc_config_get_string(mc_main_config, "Colors", "color_terminals", "");
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
/* Load the directory history */
|
1998-03-31 01:04:59 +04:00
|
|
|
/* directory_history_load (); */
|
1998-02-27 07:54:42 +03:00
|
|
|
/* Remove the temporal entries */
|
2001-09-16 04:53:43 +04:00
|
|
|
#if defined(USE_VFS) && defined (USE_NETCODE)
|
2000-02-02 19:57:51 +03:00
|
|
|
ftpfs_init_passwd ();
|
2001-09-16 04:53:43 +04:00
|
|
|
#endif /* USE_VFS && USE_NETCODE */
|
2001-06-06 02:49:15 +04:00
|
|
|
|
|
|
|
#ifdef HAVE_CHARSET
|
2001-08-17 01:01:12 +04:00
|
|
|
if ( load_codepages_list() > 0 ) {
|
2009-05-20 16:34:33 +04:00
|
|
|
buffer = mc_config_get_string(mc_main_config, "Misc", "display_codepage", "");
|
|
|
|
if ( buffer[0] != '\0' )
|
2009-04-23 15:30:14 +04:00
|
|
|
{
|
2009-05-20 16:34:33 +04:00
|
|
|
display_codepage = get_codepage_index( buffer );
|
2009-04-23 15:30:14 +04:00
|
|
|
cp_display = get_codepage_id (display_codepage);
|
|
|
|
}
|
2009-05-20 16:34:33 +04:00
|
|
|
g_free(buffer);
|
|
|
|
buffer = mc_config_get_string(mc_main_config, "Misc", "source_codepage", "");
|
|
|
|
if ( buffer[0] != '\0' )
|
2009-04-23 15:30:14 +04:00
|
|
|
{
|
2009-05-20 16:34:33 +04:00
|
|
|
source_codepage = get_codepage_index( buffer );
|
2009-04-23 15:30:14 +04:00
|
|
|
cp_source = get_codepage_id (source_codepage);
|
|
|
|
}
|
2009-05-20 16:34:33 +04:00
|
|
|
g_free(buffer);
|
2001-06-08 00:47:36 +04:00
|
|
|
}
|
2001-08-17 01:01:12 +04:00
|
|
|
init_translation_table( source_codepage, display_codepage );
|
2009-04-17 01:22:52 +04:00
|
|
|
if ( get_codepage_id( display_codepage ) )
|
|
|
|
utf8_display = str_isutf8 (get_codepage_id( display_codepage ));
|
2001-09-16 04:53:43 +04:00
|
|
|
#endif /* HAVE_CHARSET */
|
1998-02-27 07:54:42 +03:00
|
|
|
}
|
|
|
|
|
2001-09-16 04:53:43 +04:00
|
|
|
#if defined(USE_VFS) && defined (USE_NETCODE)
|
1998-12-03 00:27:27 +03:00
|
|
|
char *
|
|
|
|
load_anon_passwd ()
|
1998-02-27 07:54:42 +03:00
|
|
|
{
|
2009-05-20 16:34:33 +04:00
|
|
|
char *buffer;
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2009-05-20 16:34:33 +04:00
|
|
|
buffer = mc_config_get_string(mc_main_config, "Misc", "ftpfs_password", "");
|
1998-02-27 07:54:42 +03:00
|
|
|
if (buffer [0])
|
2009-05-20 16:34:33 +04:00
|
|
|
return buffer;
|
|
|
|
|
|
|
|
g_free(buffer);
|
|
|
|
return NULL;
|
1998-02-27 07:54:42 +03:00
|
|
|
}
|
2001-09-16 04:53:43 +04:00
|
|
|
#endif /* USE_VFS && USE_NETCODE */
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
void done_setup (void)
|
|
|
|
{
|
2009-07-05 19:04:42 +04:00
|
|
|
g_free (global_keymap_name);
|
2009-05-19 11:22:24 +04:00
|
|
|
g_free (profile_name);
|
|
|
|
g_free (global_profile_name);
|
2009-05-20 16:34:33 +04:00
|
|
|
g_free(color_terminal_string);
|
|
|
|
g_free(term_color_string);
|
|
|
|
g_free(setup_color_string);
|
|
|
|
mc_config_deinit(mc_main_config);
|
|
|
|
mc_config_deinit(mc_panels_config);
|
1998-02-27 07:54:42 +03:00
|
|
|
done_hotlist ();
|
|
|
|
done_panelize ();
|
1998-03-31 01:04:59 +04:00
|
|
|
/* directory_history_free (); */
|
1998-02-27 07:54:42 +03:00
|
|
|
}
|
|
|
|
|
2009-05-19 11:22:24 +04:00
|
|
|
static void
|
2009-05-20 16:34:33 +04:00
|
|
|
load_keys_from_section (const char *terminal, mc_config_t *cfg)
|
2009-05-19 11:22:24 +04:00
|
|
|
{
|
|
|
|
char *section_name;
|
2009-05-20 16:34:33 +04:00
|
|
|
gchar **profile_keys, **keys;
|
|
|
|
gchar **values, **curr_values;
|
|
|
|
char *valcopy, *value;
|
2009-05-19 11:22:24 +04:00
|
|
|
int key_code;
|
2009-05-20 16:34:33 +04:00
|
|
|
gsize len, values_len;
|
2009-05-19 11:22:24 +04:00
|
|
|
|
|
|
|
if (!terminal)
|
|
|
|
return;
|
|
|
|
|
|
|
|
section_name = g_strconcat ("terminal:", terminal, (char *) NULL);
|
2009-05-20 16:34:33 +04:00
|
|
|
profile_keys = keys = mc_config_get_keys (cfg, section_name, &len);
|
|
|
|
|
|
|
|
while (*profile_keys){
|
2009-05-19 11:22:24 +04:00
|
|
|
|
|
|
|
/* copy=other causes all keys from [terminal:other] to be loaded. */
|
2009-05-20 16:34:33 +04:00
|
|
|
if (g_strcasecmp (*profile_keys, "copy") == 0) {
|
|
|
|
valcopy = mc_config_get_string (cfg, section_name, *profile_keys, "");
|
|
|
|
load_keys_from_section (valcopy, cfg);
|
|
|
|
g_free(valcopy);
|
|
|
|
profile_keys++;
|
2009-05-19 11:22:24 +04:00
|
|
|
continue;
|
|
|
|
}
|
2009-05-20 16:34:33 +04:00
|
|
|
curr_values = values = mc_config_get_string_list (cfg, section_name, *profile_keys, &values_len);
|
2009-05-19 11:22:24 +04:00
|
|
|
|
2009-05-20 16:34:33 +04:00
|
|
|
key_code = lookup_key (*profile_keys);
|
2009-05-19 11:22:24 +04:00
|
|
|
if (key_code){
|
2009-05-20 16:34:33 +04:00
|
|
|
if (curr_values){
|
|
|
|
while (*curr_values){
|
|
|
|
valcopy = convert_controls (*curr_values);
|
|
|
|
define_sequence (key_code, valcopy, MCKEY_NOACTION);
|
|
|
|
g_free (valcopy);
|
|
|
|
curr_values++;
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
value = mc_config_get_string (cfg, section_name, *profile_keys, "");
|
|
|
|
valcopy = convert_controls (value);
|
|
|
|
define_sequence (key_code, valcopy, MCKEY_NOACTION);
|
|
|
|
g_free (valcopy);
|
|
|
|
g_free(value);
|
|
|
|
}
|
2009-05-19 11:22:24 +04:00
|
|
|
}
|
2009-05-20 16:34:33 +04:00
|
|
|
profile_keys++;
|
|
|
|
if (values)
|
|
|
|
g_strfreev(values);
|
2009-05-19 11:22:24 +04:00
|
|
|
}
|
2009-05-20 16:34:33 +04:00
|
|
|
g_strfreev(keys);
|
|
|
|
g_free (section_name);
|
2009-05-19 11:22:24 +04:00
|
|
|
}
|
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
void load_key_defs (void)
|
|
|
|
{
|
2001-07-22 10:00:30 +04:00
|
|
|
/*
|
|
|
|
* Load keys from mc.lib before ~/.mc/ini, so that the user
|
|
|
|
* definitions override global settings.
|
|
|
|
*/
|
2009-05-20 16:34:33 +04:00
|
|
|
mc_config_t *mc_global_config;
|
|
|
|
|
|
|
|
mc_global_config = mc_config_init(global_profile_name);
|
|
|
|
if (mc_global_config != NULL)
|
|
|
|
{
|
|
|
|
load_keys_from_section ("general", mc_global_config);
|
|
|
|
load_keys_from_section (getenv ("TERM"), mc_global_config);
|
|
|
|
mc_config_deinit(mc_global_config);
|
|
|
|
}
|
|
|
|
load_keys_from_section ("general", mc_main_config);
|
|
|
|
load_keys_from_section (getenv ("TERM"), mc_main_config);
|
2009-05-19 11:22:24 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
}
|
2009-07-05 19:04:42 +04:00
|
|
|
|
|
|
|
static void
|
|
|
|
load_keymap_from_section (const char *section_name, GArray *keymap, mc_config_t *cfg)
|
|
|
|
{
|
|
|
|
gchar **profile_keys, **keys;
|
|
|
|
gchar **values, **curr_values;
|
|
|
|
char *valcopy, *value;
|
|
|
|
int action;
|
|
|
|
gsize len, values_len;
|
|
|
|
|
|
|
|
if (!section_name)
|
|
|
|
return;
|
|
|
|
|
|
|
|
profile_keys = keys = mc_config_get_keys (cfg, section_name, &len);
|
|
|
|
|
|
|
|
while (*profile_keys) {
|
|
|
|
curr_values = values = mc_config_get_string_list (cfg, section_name, *profile_keys, &values_len);
|
|
|
|
action = lookup_action (*profile_keys);
|
|
|
|
if (action>0) {
|
|
|
|
if (curr_values){
|
|
|
|
while (*curr_values){
|
|
|
|
valcopy = convert_controls (*curr_values);
|
|
|
|
keybind_cmd_bind (keymap, valcopy, action);
|
|
|
|
g_free (valcopy);
|
|
|
|
curr_values++;
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
value = mc_config_get_string (cfg, section_name, *profile_keys, "");
|
|
|
|
valcopy = convert_controls (value);
|
|
|
|
//define_sequence (key_code, valcopy, MCKEY_NOACTION);
|
|
|
|
g_free (valcopy);
|
|
|
|
g_free(value);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
profile_keys++;
|
|
|
|
if (values)
|
|
|
|
g_strfreev(values);
|
|
|
|
}
|
|
|
|
g_strfreev(keys);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
load_keymap_defs (void)
|
|
|
|
{
|
|
|
|
/*
|
|
|
|
* Load keymap from GLOBAL_KEYMAP_FILE before ~/.mc/keymap, so that the user
|
|
|
|
* definitions override global settings.
|
|
|
|
*/
|
|
|
|
mc_config_t *mc_global_keymap;
|
|
|
|
|
|
|
|
mc_global_keymap = mc_config_init(global_keymap_name);
|
|
|
|
if (mc_global_keymap != NULL)
|
|
|
|
{
|
|
|
|
editor_keymap = g_array_new(TRUE, FALSE, sizeof(global_key_map_t));
|
|
|
|
load_keymap_from_section ("editor", editor_keymap, mc_global_keymap);
|
|
|
|
|
|
|
|
main_keymap = g_array_new(TRUE, FALSE, sizeof(global_key_map_t));
|
|
|
|
load_keymap_from_section ("main", main_keymap, mc_global_keymap);
|
|
|
|
|
|
|
|
main_x_keymap = g_array_new(TRUE, FALSE, sizeof(global_key_map_t));
|
|
|
|
load_keymap_from_section ("main:xmap", main_x_keymap, mc_global_keymap);
|
|
|
|
|
|
|
|
screen_keymap = g_array_new(TRUE, FALSE, sizeof(global_key_map_t));
|
|
|
|
load_keymap_from_section ("panel", screen_keymap, mc_global_keymap);
|
|
|
|
mc_config_deinit(mc_global_keymap);
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|