Optimization of ini files load.
[midnight-commander.git] / src / setup.c
blobc0f0c953e0d2a6e81855bf42f4b2f114e46855dd
1 /*
2 Setup loading/saving.
4 Copyright (C) 1994, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
5 2006, 2007, 2009, 2010, 2011
6 The Free Software Foundation, Inc.
8 This file is part of the Midnight Commander.
10 The Midnight Commander is free software: you can redistribute it
11 and/or modify it under the terms of the GNU General Public License as
12 published by the Free Software Foundation, either version 3 of the License,
13 or (at your option) any later version.
15 The Midnight Commander is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
20 You should have received a copy of the GNU General Public License
21 along with this program. If not, see <http://www.gnu.org/licenses/>.
24 /** \file setup.c
25 * \brief Source: setup loading/saving
28 #include <config.h>
30 #include <stdlib.h>
31 #include <string.h>
32 #include <stdio.h>
33 #include <sys/types.h>
34 #include <sys/stat.h>
36 #include "lib/global.h"
38 #include "lib/tty/tty.h"
39 #include "lib/tty/key.h"
40 #include "lib/mcconfig.h"
41 #include "lib/fileloc.h"
42 #include "lib/timefmt.h"
43 #include "lib/util.h"
44 #include "lib/widget.h"
46 #include "lib/vfs/vfs.h"
48 #ifdef ENABLE_VFS_FTP
49 #include "src/vfs/ftpfs/ftpfs.h"
50 #endif
51 #ifdef ENABLE_VFS_FISH
52 #include "src/vfs/fish/fish.h"
53 #endif
55 #ifdef HAVE_CHARSET
56 #include "lib/charsets.h"
57 #endif
59 #include "filemanager/dir.h"
60 #include "filemanager/midnight.h"
61 #include "filemanager/tree.h" /* xtree_mode */
62 #include "filemanager/hotlist.h" /* load/save/done hotlist */
63 #include "filemanager/panelize.h" /* load/save/done panelize */
64 #include "filemanager/layout.h"
65 #include "filemanager/cmd.h"
67 #include "args.h"
68 #include "execute.h" /* pause_after_run */
69 #include "clipboard.h"
70 #include "keybind-defaults.h" /* keybind_lookup_action */
72 #ifdef HAVE_CHARSET
73 #include "selcodepage.h"
74 #endif
76 #ifdef USE_INTERNAL_EDIT
77 #include "src/editor/edit.h"
78 #endif
80 #include "src/viewer/mcviewer.h" /* For the externs */
82 #include "setup.h"
84 /*** global variables ****************************************************************************/
86 char *profile_name; /* ${XDG_CONFIG_HOME}/mc/ini */
87 char *global_profile_name; /* mc.lib */
89 /* Only used at program boot */
90 gboolean boot_current_is_left = TRUE;
92 /* If on, default for "No" in delete operations */
93 int safe_delete = 0;
95 /* Controls screen clearing before an exec */
96 int clear_before_exec = 1;
98 /* Asks for confirmation before deleting a file */
99 int confirm_delete = 1;
100 /* Asks for confirmation before deleting a hotlist entry */
101 int confirm_directory_hotlist_delete = 1;
102 /* Asks for confirmation before overwriting a file */
103 int confirm_overwrite = 1;
104 /* Asks for confirmation before executing a program by pressing enter */
105 int confirm_execute = 0;
106 /* Asks for confirmation before leaving the program */
107 int confirm_exit = 1;
109 /* If true, at startup the user-menu is invoked */
110 int auto_menu = 0;
111 /* This flag indicates if the pull down menus by default drop down */
112 int drop_menus = 0;
114 /* Asks for confirmation when using F3 to view a directory and there
115 are tagged files */
116 int confirm_view_dir = 0;
118 panel_view_mode_t startup_left_mode;
119 panel_view_mode_t startup_right_mode;
121 int setup_copymove_persistent_attr = 1;
123 /* Tab size */
124 int option_tab_spacing = DEFAULT_TAB_SPACING;
126 /* Ugly hack to allow panel_save_setup to work as a place holder for */
127 /* default panel values */
128 int saving_setup;
130 panels_options_t panels_options = {
131 .show_mini_info = TRUE,
132 .kilobyte_si = FALSE,
133 .mix_all_files = FALSE,
134 .show_backups = TRUE,
135 .show_dot_files = TRUE,
136 .fast_reload = FALSE,
137 .fast_reload_msg_shown = FALSE,
138 .mark_moves_down = TRUE,
139 .reverse_files_only = TRUE,
140 .auto_save_setup = FALSE,
141 .navigate_with_arrows = FALSE,
142 .scroll_pages = TRUE,
143 .mouse_move_pages = TRUE,
144 .filetype_mode = TRUE,
145 .permission_mode = FALSE,
146 .qsearch_mode = QSEARCH_PANEL_CASE,
147 .torben_fj_mode = FALSE
150 int easy_patterns = 1;
152 /* It true saves the setup when quitting */
153 int auto_save_setup = 1;
155 /* If true, then the +, - and \ keys have their special meaning only if the
156 * command line is emtpy, otherwise they behave like regular letters
158 int only_leading_plus_minus = 1;
160 /* Automatically fills name with current selected item name on mkdir */
161 int auto_fill_mkdir_name = 1;
163 /* If set and you don't have subshell support,then C-o will give you a shell */
164 int output_starts_shell = 0;
166 /* If set, we execute the file command to check the file type */
167 int use_file_to_check_type = 1;
169 int verbose = 1;
172 * Whether the Midnight Commander tries to provide more
173 * information about copy/move sizes and bytes transfered
174 * at the expense of some speed
176 int file_op_compute_totals = 1;
178 /*** file scope macro definitions ****************************************************************/
180 /* In order to use everywhere the same setup for the locale we use defines */
181 #define FMTYEAR _("%b %e %Y")
182 #define FMTTIME _("%b %e %H:%M")
184 /*** file scope type declarations ****************************************************************/
186 /*** file scope variables ************************************************************************/
188 static char *panels_profile_name = NULL; /* ${XDG_CACHE_HOME}/mc/panels.ini */
190 /* *INDENT-OFF* */
191 static const struct
193 const char *key;
194 int list_type;
195 } list_types [] = {
196 { "full", list_full },
197 { "brief", list_brief },
198 { "long", list_long },
199 { "user", list_user },
200 { NULL, 0 }
203 static const struct
205 const char *opt_name;
206 panel_view_mode_t opt_type;
207 } panel_types [] = {
208 { "listing", view_listing },
209 { "quickview", view_quick },
210 { "info", view_info },
211 { "tree", view_tree },
212 { NULL, view_listing }
215 static const struct
217 const char *opt_name;
218 int *opt_addr;
219 } layout [] = {
220 { "message_visible", &mc_global.message_visible },
221 { "keybar_visible", &mc_global.keybar_visible },
222 { "xterm_title", &xterm_title },
223 { "output_lines", &output_lines },
224 { "command_prompt", &command_prompt },
225 { "menubar_visible", &menubar_visible },
226 { "free_space", &free_space },
227 { "horizontal_split", &panels_layout.horizontal_split },
228 { "vertical_equal", &panels_layout.vertical_equal },
229 { "left_panel_size", &panels_layout.left_panel_size },
230 { "horizontal_equal", &panels_layout.horizontal_equal },
231 { "top_panel_size", &panels_layout.top_panel_size },
232 { NULL, NULL }
235 static const struct
237 const char *opt_name;
238 int *opt_addr;
239 } int_options [] = {
240 { "verbose", &verbose },
241 { "pause_after_run", &pause_after_run },
242 { "shell_patterns", &easy_patterns },
243 { "auto_save_setup", &auto_save_setup },
244 { "preallocate_space", &mc_global.vfs.preallocate_space },
245 { "auto_menu", &auto_menu },
246 { "use_internal_view", &use_internal_view },
247 { "use_internal_edit", &use_internal_edit },
248 { "clear_before_exec", &clear_before_exec },
249 { "confirm_delete", &confirm_delete },
250 { "confirm_overwrite", &confirm_overwrite },
251 { "confirm_execute", &confirm_execute },
252 { "confirm_history_cleanup", &mc_global.widget.confirm_history_cleanup },
253 { "confirm_exit", &confirm_exit },
254 { "confirm_directory_hotlist_delete", &confirm_directory_hotlist_delete },
255 { "safe_delete", &safe_delete },
256 { "mouse_repeat_rate", &mou_auto_repeat },
257 { "double_click_speed", &double_click_speed },
258 #ifndef HAVE_CHARSET
259 { "eight_bit_clean", &mc_global.eight_bit_clean },
260 { "full_eight_bits", &mc_global.full_eight_bits },
261 #endif /* !HAVE_CHARSET */
262 { "use_8th_bit_as_meta", &use_8th_bit_as_meta },
263 { "confirm_view_dir", &confirm_view_dir },
264 { "mouse_move_pages_viewer", &mcview_mouse_move_pages },
265 { "mouse_close_dialog", &mouse_close_dialog},
266 { "fast_refresh", &fast_refresh },
267 { "drop_menus", &drop_menus },
268 { "wrap_mode", &mcview_global_wrap_mode},
269 { "old_esc_mode", &old_esc_mode },
270 { "old_esc_mode_timeout", &old_esc_mode_timeout },
271 { "cd_symlinks", &mc_global.vfs.cd_symlinks },
272 { "show_all_if_ambiguous", &mc_global.widget.show_all_if_ambiguous },
273 { "max_dirt_limit", &mcview_max_dirt_limit },
274 { "use_file_to_guess_type", &use_file_to_check_type },
275 { "alternate_plus_minus", &mc_global.tty.alternate_plus_minus },
276 { "only_leading_plus_minus", &only_leading_plus_minus },
277 { "show_output_starts_shell", &output_starts_shell },
278 { "xtree_mode", &xtree_mode },
279 { "num_history_items_recorded", &num_history_items_recorded },
280 { "file_op_compute_totals", &file_op_compute_totals },
281 { "classic_progressbar", &classic_progressbar},
282 #ifdef ENABLE_VFS
283 { "vfs_timeout", &vfs_timeout },
284 #ifdef ENABLE_VFS_FTP
285 { "ftpfs_directory_timeout", &ftpfs_directory_timeout },
286 { "use_netrc", &ftpfs_use_netrc },
287 { "ftpfs_retry_seconds", &ftpfs_retry_seconds },
288 { "ftpfs_always_use_proxy", &ftpfs_always_use_proxy },
289 { "ftpfs_use_passive_connections", &ftpfs_use_passive_connections },
290 { "ftpfs_use_passive_connections_over_proxy", &ftpfs_use_passive_connections_over_proxy },
291 { "ftpfs_use_unix_list_options", &ftpfs_use_unix_list_options },
292 { "ftpfs_first_cd_then_ls", &ftpfs_first_cd_then_ls },
293 #endif /* ENABLE_VFS_FTP */
294 #ifdef ENABLE_VFS_FISH
295 { "fish_directory_timeout", &fish_directory_timeout },
296 #endif /* ENABLE_VFS_FISH */
297 #endif /* ENABLE_VFS */
298 /* option_tab_spacing is used in internal viewer */
299 { "editor_tab_spacing", &option_tab_spacing },
300 #ifdef USE_INTERNAL_EDIT
301 { "editor_word_wrap_line_length", &option_word_wrap_line_length },
302 { "editor_fill_tabs_with_spaces", &option_fill_tabs_with_spaces },
303 { "editor_return_does_auto_indent", &option_return_does_auto_indent },
304 { "editor_backspace_through_tabs", &option_backspace_through_tabs },
305 { "editor_fake_half_tabs", &option_fake_half_tabs },
306 { "editor_option_save_mode", &option_save_mode },
307 { "editor_option_save_position", &option_save_position },
308 { "editor_option_auto_para_formatting", &option_auto_para_formatting },
309 { "editor_option_typewriter_wrap", &option_typewriter_wrap },
310 { "editor_edit_confirm_save", &edit_confirm_save },
311 { "editor_syntax_highlighting", &option_syntax_highlighting },
312 { "editor_persistent_selections", &option_persistent_selections },
313 { "editor_cursor_beyond_eol", &option_cursor_beyond_eol },
314 { "editor_visible_tabs", &visible_tabs },
315 { "editor_visible_spaces", &visible_tws },
316 { "editor_line_state", &option_line_state },
317 { "editor_simple_statusbar", &simple_statusbar },
318 { "editor_check_new_line", &option_check_nl_at_eof },
319 { "editor_show_right_margin", &show_right_margin },
320 { "editor_group_undo", &option_group_undo },
321 #endif /* USE_INTERNAL_EDIT */
322 { "nice_rotating_dash", &nice_rotating_dash },
323 { "mcview_remember_file_position", &mcview_remember_file_position },
324 { "auto_fill_mkdir_name", &auto_fill_mkdir_name },
325 { "copymove_persistent_attr", &setup_copymove_persistent_attr },
326 { "select_flags", &select_flags },
327 { NULL, NULL }
330 static const struct
332 const char *opt_name;
333 char **opt_addr;
334 const char *opt_defval;
335 } str_options[] = {
336 #ifdef USE_INTERNAL_EDIT
337 { "editor_backup_extension", &option_backup_ext, "~" },
338 #endif
339 { "mcview_eof", &mcview_show_eof, "" },
340 { NULL, NULL, NULL }
343 static const struct
345 const char *opt_name;
346 gboolean *opt_addr;
347 } panels_ini_options[] = {
348 { "show_mini_info", &panels_options.show_mini_info },
349 { "kilobyte_si", &panels_options.kilobyte_si },
350 { "mix_all_files", &panels_options.mix_all_files },
351 { "show_backups", &panels_options.show_backups },
352 { "show_dot_files", &panels_options.show_dot_files },
353 { "fast_reload", &panels_options.fast_reload },
354 { "fast_reload_msg_shown", &panels_options.fast_reload_msg_shown },
355 { "mark_moves_down", &panels_options.mark_moves_down },
356 { "reverse_files_only", &panels_options.reverse_files_only },
357 { "auto_save_setup_panels", &panels_options.auto_save_setup },
358 { "navigate_with_arrows", &panels_options.navigate_with_arrows },
359 { "panel_scroll_pages", &panels_options.scroll_pages },
360 { "mouse_move_pages", &panels_options.mouse_move_pages },
361 { "filetype_mode", &panels_options.filetype_mode },
362 { "permission_mode", &panels_options.permission_mode },
363 { "torben_fj_mode", &panels_options.torben_fj_mode },
364 { NULL, NULL }
366 /* *INDENT-ON* */
368 /*** file scope functions ************************************************************************/
369 /* --------------------------------------------------------------------------------------------- */
372 Get name of config file.
374 @param subdir If not NULL, config is also searched in specified subdir.
375 @param config_file_name If relative, file if searched in standard paths.
376 @returns Newly allocated string with config name or NULL if file is not found.
378 static char *
379 load_setup_get_full_config_name (const char *subdir, const char *config_file_name)
382 TODO: IMHO, in future, this function shall be placed in mcconfig module.
384 char *lc_basename, *ret;
386 if (config_file_name == NULL)
387 return NULL;
389 if (g_path_is_absolute (config_file_name))
391 ret = g_strdup (config_file_name);
392 canonicalize_pathname (ret);
393 return ret;
396 lc_basename = g_path_get_basename (config_file_name);
397 if (lc_basename == NULL)
398 return NULL;
400 if (subdir != NULL)
401 ret = g_build_filename (mc_config_get_path (), subdir, lc_basename, NULL);
402 else
403 ret = g_build_filename (mc_config_get_path (), lc_basename, NULL);
405 if (exist_file (ret))
407 g_free (lc_basename);
408 canonicalize_pathname (ret);
409 return ret;
411 g_free (ret);
413 if (subdir != NULL)
414 ret = g_build_filename (mc_global.sysconfig_dir, subdir, lc_basename, NULL);
415 else
416 ret = g_build_filename (mc_global.sysconfig_dir, lc_basename, NULL);
418 if (exist_file (ret))
420 g_free (lc_basename);
421 canonicalize_pathname (ret);
422 return ret;
424 g_free (ret);
426 if (subdir != NULL)
427 ret = g_build_filename (mc_global.share_data_dir, subdir, lc_basename, NULL);
428 else
429 ret = g_build_filename (mc_global.share_data_dir, lc_basename, NULL);
431 g_free (lc_basename);
433 if (exist_file (ret))
435 canonicalize_pathname (ret);
436 return ret;
439 g_free (ret);
440 return NULL;
443 /* --------------------------------------------------------------------------------------------- */
445 static const char *
446 setup__is_cfg_group_must_panel_config (const char *grp)
448 return (!strcasecmp ("Dirs", grp) ||
449 !strcasecmp ("Temporal:New Right Panel", grp) ||
450 !strcasecmp ("Temporal:New Left Panel", grp) ||
451 !strcasecmp ("New Left Panel", grp) || !strcasecmp ("New Right Panel", grp))
452 ? grp : NULL;
455 /* --------------------------------------------------------------------------------------------- */
457 static void
458 setup__move_panels_config_into_separate_file (const char *profile)
460 mc_config_t *tmp_cfg;
461 char **groups, **curr_grp;
462 const char *need_grp;
464 if (!exist_file (profile))
465 return;
467 tmp_cfg = mc_config_init (profile, FALSE);
468 if (!tmp_cfg)
469 return;
471 curr_grp = groups = mc_config_get_groups (tmp_cfg, NULL);
472 if (!groups)
474 mc_config_deinit (tmp_cfg);
475 return;
478 while (*curr_grp)
480 if (setup__is_cfg_group_must_panel_config (*curr_grp) == NULL)
481 mc_config_del_group (tmp_cfg, *curr_grp);
482 curr_grp++;
485 mc_config_save_to_file (tmp_cfg, panels_profile_name, NULL);
486 mc_config_deinit (tmp_cfg);
488 tmp_cfg = mc_config_init (profile, FALSE);
489 if (!tmp_cfg)
491 g_strfreev (groups);
492 return;
495 curr_grp = groups;
497 while (*curr_grp)
499 need_grp = setup__is_cfg_group_must_panel_config (*curr_grp);
500 if (need_grp != NULL)
502 mc_config_del_group (tmp_cfg, need_grp);
504 curr_grp++;
506 g_strfreev (groups);
508 mc_config_save_file (tmp_cfg, NULL);
509 mc_config_deinit (tmp_cfg);
512 /* --------------------------------------------------------------------------------------------- */
514 Create new mc_config object from specified ini-file or
515 append data to existing mc_config object from ini-file
518 static void
519 load_setup_init_config_from_file (mc_config_t ** config, const char *fname, gboolean read_only)
522 TODO: IMHO, in future, this function shall be placed in mcconfig module.
524 if (exist_file (fname))
526 if (*config != NULL)
527 mc_config_read_file (*config, fname, read_only, TRUE);
528 else
529 *config = mc_config_init (fname, read_only);
533 /* --------------------------------------------------------------------------------------------- */
535 static void
536 load_layout (void)
538 size_t i;
539 int equal_split;
540 int first_panel_size;
542 /* legacy options */
543 panels_layout.horizontal_split = mc_config_get_int (mc_main_config, CONFIG_APP_SECTION,
544 "horizontal_split", 0);
545 equal_split = mc_config_get_int (mc_main_config, "Layout", "equal_split", 1);
546 first_panel_size = mc_config_get_int (mc_main_config, "Layout", "first_panel_size", 1);
547 if (panels_layout.horizontal_split)
549 panels_layout.horizontal_equal = equal_split;
550 panels_layout.left_panel_size = first_panel_size;
552 else
554 panels_layout.vertical_equal = equal_split;
555 panels_layout.top_panel_size = first_panel_size;
558 /* actual options override legacy ones */
559 for (i = 0; layout[i].opt_name != NULL; i++)
560 *layout[i].opt_addr = mc_config_get_int (mc_main_config, CONFIG_LAYOUT_SECTION,
561 layout[i].opt_name, *layout[i].opt_addr);
563 /* remove legacy options */
564 mc_config_del_key (mc_main_config, CONFIG_APP_SECTION, "horizontal_split");
565 mc_config_del_key (mc_main_config, "Layout", "equal_split");
566 mc_config_del_key (mc_main_config, "Layout", "first_panel_size");
569 /* --------------------------------------------------------------------------------------------- */
571 static void
572 load_keys_from_section (const char *terminal, mc_config_t * cfg)
574 char *section_name;
575 gchar **profile_keys, **keys;
576 gchar **values, **curr_values;
577 char *valcopy, *value;
578 long key_code;
579 gsize len, values_len;
581 if (terminal == NULL)
582 return;
584 section_name = g_strconcat ("terminal:", terminal, (char *) NULL);
585 profile_keys = keys = mc_config_get_keys (cfg, section_name, &len);
587 while (*profile_keys != NULL)
589 /* copy=other causes all keys from [terminal:other] to be loaded. */
590 if (g_ascii_strcasecmp (*profile_keys, "copy") == 0)
592 valcopy = mc_config_get_string (cfg, section_name, *profile_keys, "");
593 load_keys_from_section (valcopy, cfg);
594 g_free (valcopy);
595 profile_keys++;
596 continue;
599 curr_values = values =
600 mc_config_get_string_list (cfg, section_name, *profile_keys, &values_len);
602 key_code = lookup_key (*profile_keys, NULL);
604 if (key_code != 0)
606 if (curr_values != NULL)
608 while (*curr_values != NULL)
610 valcopy = convert_controls (*curr_values);
611 define_sequence (key_code, valcopy, MCKEY_NOACTION);
612 g_free (valcopy);
613 curr_values++;
616 else
618 value = mc_config_get_string (cfg, section_name, *profile_keys, "");
619 valcopy = convert_controls (value);
620 define_sequence (key_code, valcopy, MCKEY_NOACTION);
621 g_free (valcopy);
622 g_free (value);
626 profile_keys++;
627 g_strfreev (values);
629 g_strfreev (keys);
630 g_free (section_name);
633 /* --------------------------------------------------------------------------------------------- */
635 static void
636 load_keymap_from_section (const char *section_name, GArray * keymap, mc_config_t * cfg)
638 gchar **profile_keys, **keys;
639 gsize len;
641 if (section_name == NULL)
642 return;
644 profile_keys = keys = mc_config_get_keys (cfg, section_name, &len);
646 while (*profile_keys != NULL)
648 gchar **values, **curr_values;
650 curr_values = values = mc_config_get_string_list (cfg, section_name, *profile_keys, &len);
652 if (curr_values != NULL)
654 int action;
656 action = keybind_lookup_action (*profile_keys);
657 if (action > 0)
658 while (*curr_values != NULL)
660 keybind_cmd_bind (keymap, *curr_values, action);
661 curr_values++;
664 g_strfreev (values);
667 profile_keys++;
670 g_strfreev (keys);
673 /* --------------------------------------------------------------------------------------------- */
675 static mc_config_t *
676 load_setup_get_keymap_profile_config (gboolean load_from_file)
679 TODO: IMHO, in future, this function shall be placed in mcconfig module.
681 mc_config_t *keymap_config;
682 char *share_keymap, *sysconfig_keymap;
683 char *fname, *fname2;
685 /* 0) Create default keymap */
686 keymap_config = create_default_keymap ();
687 if (!load_from_file)
688 return keymap_config;
690 /* load and merge global keymaps */
692 /* 1) /usr/share/mc (mc_global.share_data_dir) */
693 share_keymap = g_build_filename (mc_global.share_data_dir, GLOBAL_KEYMAP_FILE, NULL);
694 load_setup_init_config_from_file (&keymap_config, share_keymap, TRUE);
696 /* 2) /etc/mc (mc_global.sysconfig_dir) */
697 sysconfig_keymap = g_build_filename (mc_global.sysconfig_dir, GLOBAL_KEYMAP_FILE, NULL);
698 load_setup_init_config_from_file (&keymap_config, sysconfig_keymap, TRUE);
700 /* then load and merge one of user-defined keymap */
702 /* 3) --keymap=<keymap> */
703 fname = load_setup_get_full_config_name (NULL, mc_args__keymap_file);
704 if (fname != NULL && strcmp (fname, sysconfig_keymap) != 0 && strcmp (fname, share_keymap) != 0)
706 load_setup_init_config_from_file (&keymap_config, fname, TRUE);
707 goto done;
709 g_free (fname);
711 /* 4) getenv("MC_KEYMAP") */
712 fname = load_setup_get_full_config_name (NULL, g_getenv ("MC_KEYMAP"));
713 if (fname != NULL && strcmp (fname, sysconfig_keymap) != 0 && strcmp (fname, share_keymap) != 0)
715 load_setup_init_config_from_file (&keymap_config, fname, TRUE);
716 goto done;
718 g_free (fname);
720 /* 5) main config; [Midnight Commander] -> keymap */
721 fname2 = mc_config_get_string (mc_main_config, CONFIG_APP_SECTION, "keymap", NULL);
722 if (fname2 != NULL && *fname2 != '\0')
723 fname = load_setup_get_full_config_name (NULL, fname2);
724 g_free (fname2);
725 if (fname != NULL && strcmp (fname, sysconfig_keymap) != 0 && strcmp (fname, share_keymap) != 0)
727 load_setup_init_config_from_file (&keymap_config, fname, TRUE);
728 goto done;
730 g_free (fname);
732 /* 6) ${XDG_CONFIG_HOME}/mc/mc.keymap */
733 fname = mc_config_get_full_path (GLOBAL_KEYMAP_FILE);
734 load_setup_init_config_from_file (&keymap_config, fname, TRUE);
736 done:
737 g_free (fname);
738 g_free (sysconfig_keymap);
739 g_free (share_keymap);
741 return keymap_config;
744 /* --------------------------------------------------------------------------------------------- */
746 static panel_view_mode_t
747 setup__load_panel_state (const char *section)
749 char *buffer;
750 size_t i;
751 panel_view_mode_t mode = view_listing;
753 /* Load the display mode */
754 buffer = mc_config_get_string (mc_panels_config, section, "display", "listing");
756 for (i = 0; panel_types[i].opt_name != NULL; i++)
757 if (g_ascii_strcasecmp (panel_types[i].opt_name, buffer) == 0)
759 mode = panel_types[i].opt_type;
760 break;
763 g_free (buffer);
765 return mode;
768 /* --------------------------------------------------------------------------------------------- */
770 static void
771 panel_save_type (const char *section, panel_view_mode_t type)
773 size_t i;
775 for (i = 0; panel_types[i].opt_name != NULL; i++)
776 if (panel_types[i].opt_type == type)
778 mc_config_set_string (mc_panels_config, section, "display", panel_types[i].opt_name);
779 break;
783 /* --------------------------------------------------------------------------------------------- */
785 /* save panels.ini */
786 static void
787 save_panel_types (void)
789 panel_view_mode_t type;
791 if (mc_global.mc_run_mode != MC_RUN_FULL)
792 return;
794 type = get_display_type (0);
795 panel_save_type ("New Left Panel", type);
796 if (type == view_listing)
797 panel_save_setup (left_panel, left_panel->panel_name);
798 type = get_display_type (1);
799 panel_save_type ("New Right Panel", type);
800 if (type == view_listing)
801 panel_save_setup (right_panel, right_panel->panel_name);
804 char *dirs;
806 dirs = get_panel_dir_for (other_panel);
807 mc_config_set_string (mc_panels_config, "Dirs", "other_dir", dirs);
808 g_free (dirs);
811 if (current_panel != NULL)
812 mc_config_set_bool (mc_panels_config, "Dirs", "current_is_left", get_current_index () == 0);
814 if (mc_panels_config->ini_path == NULL)
815 mc_panels_config->ini_path = g_strdup (panels_profile_name);
817 mc_config_del_group (mc_panels_config, "Temporal:New Left Panel");
818 mc_config_del_group (mc_panels_config, "Temporal:New Right Panel");
820 mc_config_save_file (mc_panels_config, NULL);
823 /* --------------------------------------------------------------------------------------------- */
824 /*** public functions ****************************************************************************/
825 /* --------------------------------------------------------------------------------------------- */
827 char *
828 setup_init (void)
830 char *profile;
831 char *inifile;
833 if (profile_name != NULL)
834 return profile_name;
836 profile = mc_config_get_full_path (MC_CONFIG_FILE);
837 if (!exist_file (profile))
839 inifile = mc_build_filename (mc_global.sysconfig_dir, "mc.ini", NULL);
840 if (exist_file (inifile))
842 g_free (profile);
843 profile = inifile;
845 else
847 g_free (inifile);
848 inifile = mc_build_filename (mc_global.share_data_dir, "mc.ini", NULL);
849 if (exist_file (inifile))
851 g_free (profile);
852 profile = inifile;
854 else
855 g_free (inifile);
859 profile_name = profile;
861 return profile;
864 /* --------------------------------------------------------------------------------------------- */
866 void
867 load_setup (void)
869 char *profile;
870 size_t i;
871 char *buffer;
872 const char *kt;
874 #ifdef HAVE_CHARSET
875 load_codepages_list ();
876 #endif /* HAVE_CHARSET */
878 profile = setup_init ();
880 /* mc.lib is common for all users, but has priority lower than
881 ${XDG_CONFIG_HOME}/mc/ini. FIXME: it's only used for keys and treestore now */
882 global_profile_name =
883 g_build_filename (mc_global.sysconfig_dir, MC_GLOBAL_CONFIG_FILE, (char *) NULL);
884 if (!exist_file (global_profile_name))
886 g_free (global_profile_name);
887 global_profile_name =
888 g_build_filename (mc_global.share_data_dir, MC_GLOBAL_CONFIG_FILE, (char *) NULL);
891 panels_profile_name = mc_config_get_full_path (MC_PANELS_FILE);
893 mc_main_config = mc_config_init (profile, FALSE);
895 if (!exist_file (panels_profile_name))
896 setup__move_panels_config_into_separate_file (profile);
898 mc_panels_config = mc_config_init (panels_profile_name, FALSE);
900 /* Load integer boolean options */
901 for (i = 0; int_options[i].opt_name != NULL; i++)
902 *int_options[i].opt_addr =
903 mc_config_get_int (mc_main_config, CONFIG_APP_SECTION, int_options[i].opt_name,
904 *int_options[i].opt_addr);
906 if (option_tab_spacing <= 0)
907 option_tab_spacing = DEFAULT_TAB_SPACING;
909 #ifdef USE_INTERNAL_EDIT
910 if (option_word_wrap_line_length <= 0)
911 option_word_wrap_line_length = DEFAULT_WRAP_LINE_LENGTH;
912 #endif /* USE_INTERNAL_EDIT */
914 /* overwrite old_esc_mode_timeout */
915 kt = getenv ("KEYBOARD_KEY_TIMEOUT_US");
916 if ((kt != NULL) && (kt[0] != '\0'))
917 old_esc_mode_timeout = atoi (kt);
919 /* Load string options */
920 for (i = 0; str_options[i].opt_name != NULL; i++)
921 *str_options[i].opt_addr =
922 mc_config_get_string (mc_main_config, CONFIG_APP_SECTION, str_options[i].opt_name,
923 str_options[i].opt_defval);
925 load_layout ();
926 panels_load_options ();
927 load_panelize ();
929 startup_left_mode = setup__load_panel_state ("New Left Panel");
930 startup_right_mode = setup__load_panel_state ("New Right Panel");
932 /* At least one of the panels is a listing panel */
933 if (startup_left_mode != view_listing && startup_right_mode != view_listing)
934 startup_left_mode = view_listing;
936 if (mc_run_param1 == NULL)
938 vfs_path_t *vpath;
939 buffer = mc_config_get_string (mc_panels_config, "Dirs", "other_dir", ".");
940 vpath = vfs_path_from_str (buffer);
941 if (vfs_file_is_local (vpath))
942 mc_run_param1 = buffer;
943 else
944 g_free (buffer);
945 vfs_path_free (vpath);
948 boot_current_is_left = mc_config_get_bool (mc_panels_config, "Dirs", "current_is_left", TRUE);
950 /* Load time formats */
951 user_recent_timeformat =
952 mc_config_get_string (mc_main_config, CONFIG_MISC_SECTION, "timeformat_recent", FMTTIME);
953 user_old_timeformat =
954 mc_config_get_string (mc_main_config, CONFIG_MISC_SECTION, "timeformat_old", FMTYEAR);
956 #ifdef ENABLE_VFS_FTP
957 ftpfs_proxy_host =
958 mc_config_get_string (mc_main_config, CONFIG_MISC_SECTION, "ftp_proxy_host", "gate");
959 ftpfs_ignore_chattr_errors =
960 mc_config_get_bool (mc_main_config, CONFIG_APP_SECTION, "ignore_ftp_chattr_errors", TRUE);
961 ftpfs_init_passwd ();
962 #endif /* ENABLE_VFS_FTP */
964 /* The default color and the terminal dependent color */
965 mc_global.tty.setup_color_string =
966 mc_config_get_string (mc_main_config, "Colors", "base_color", "");
967 mc_global.tty.term_color_string =
968 mc_config_get_string (mc_main_config, "Colors", getenv ("TERM"), "");
969 mc_global.tty.color_terminal_string =
970 mc_config_get_string (mc_main_config, "Colors", "color_terminals", "");
972 /* Load the directory history */
973 /* directory_history_load (); */
974 /* Remove the temporal entries */
976 #ifdef HAVE_CHARSET
977 if (codepages->len > 1)
979 buffer = mc_config_get_string (mc_main_config, CONFIG_MISC_SECTION, "display_codepage", "");
980 if (buffer[0] != '\0')
982 mc_global.display_codepage = get_codepage_index (buffer);
983 cp_display = get_codepage_id (mc_global.display_codepage);
985 g_free (buffer);
986 buffer = mc_config_get_string (mc_main_config, CONFIG_MISC_SECTION, "source_codepage", "");
987 if (buffer[0] != '\0')
989 default_source_codepage = get_codepage_index (buffer);
990 mc_global.source_codepage = default_source_codepage; /* May be source_codepage doesn't need this */
991 cp_source = get_codepage_id (mc_global.source_codepage);
993 g_free (buffer);
996 autodetect_codeset =
997 mc_config_get_string (mc_main_config, CONFIG_MISC_SECTION, "autodetect_codeset", "");
998 if ((autodetect_codeset[0] != '\0') && (strcmp (autodetect_codeset, "off") != 0))
999 is_autodetect_codeset_enabled = TRUE;
1001 g_free (init_translation_table (mc_global.source_codepage, mc_global.display_codepage));
1002 buffer = (char *) get_codepage_id (mc_global.display_codepage);
1003 if (buffer != NULL)
1004 mc_global.utf8_display = str_isutf8 (buffer);
1005 #endif /* HAVE_CHARSET */
1007 clipboard_store_path =
1008 mc_config_get_string (mc_main_config, CONFIG_MISC_SECTION, "clipboard_store", "");
1009 clipboard_paste_path =
1010 mc_config_get_string (mc_main_config, CONFIG_MISC_SECTION, "clipboard_paste", "");
1013 /* --------------------------------------------------------------------------------------------- */
1015 gboolean
1016 save_setup (gboolean save_options, gboolean save_panel_options)
1018 gboolean ret = TRUE;
1020 saving_setup = 1;
1022 save_hotlist ();
1024 if (save_panel_options)
1025 save_panel_types ();
1027 if (save_options)
1029 char *tmp_profile;
1031 save_config ();
1032 save_layout ();
1033 panels_save_options ();
1034 save_panelize ();
1035 /* directory_history_save (); */
1037 #ifdef ENABLE_VFS_FTP
1038 mc_config_set_string (mc_main_config, CONFIG_MISC_SECTION, "ftpfs_password",
1039 ftpfs_anonymous_passwd);
1040 if (ftpfs_proxy_host)
1041 mc_config_set_string (mc_main_config, CONFIG_MISC_SECTION, "ftp_proxy_host",
1042 ftpfs_proxy_host);
1043 #endif /* ENABLE_VFS_FTP */
1045 #ifdef HAVE_CHARSET
1046 mc_config_set_string (mc_main_config, CONFIG_MISC_SECTION, "display_codepage",
1047 get_codepage_id (mc_global.display_codepage));
1048 mc_config_set_string (mc_main_config, CONFIG_MISC_SECTION, "source_codepage",
1049 get_codepage_id (default_source_codepage));
1050 mc_config_set_string (mc_main_config, CONFIG_MISC_SECTION, "autodetect_codeset",
1051 autodetect_codeset);
1052 #endif /* HAVE_CHARSET */
1053 mc_config_set_string (mc_main_config, CONFIG_MISC_SECTION, "clipboard_store",
1054 clipboard_store_path);
1055 mc_config_set_string (mc_main_config, CONFIG_MISC_SECTION, "clipboard_paste",
1056 clipboard_paste_path);
1058 tmp_profile = mc_config_get_full_path (MC_CONFIG_FILE);
1059 ret = mc_config_save_to_file (mc_main_config, tmp_profile, NULL);
1060 g_free (tmp_profile);
1063 saving_setup = 0;
1065 return ret;
1068 /* --------------------------------------------------------------------------------------------- */
1070 void
1071 done_setup (void)
1073 size_t i;
1075 g_free (clipboard_store_path);
1076 g_free (clipboard_paste_path);
1077 g_free (profile_name);
1078 g_free (global_profile_name);
1079 g_free (mc_global.tty.color_terminal_string);
1080 g_free (mc_global.tty.term_color_string);
1081 g_free (mc_global.tty.setup_color_string);
1082 g_free (panels_profile_name);
1083 mc_config_deinit (mc_main_config);
1084 mc_config_deinit (mc_panels_config);
1086 g_free (user_recent_timeformat);
1087 g_free (user_old_timeformat);
1089 for (i = 0; str_options[i].opt_name != NULL; i++)
1090 g_free (*str_options[i].opt_addr);
1092 done_hotlist ();
1093 done_panelize ();
1094 /* directory_history_free (); */
1096 #ifdef HAVE_CHARSET
1097 g_free (autodetect_codeset);
1098 free_codepages_list ();
1099 #endif
1102 /* --------------------------------------------------------------------------------------------- */
1104 void
1105 save_config (void)
1107 size_t i;
1109 /* Save integer options */
1110 for (i = 0; int_options[i].opt_name != NULL; i++)
1111 mc_config_set_int (mc_main_config, CONFIG_APP_SECTION, int_options[i].opt_name,
1112 *int_options[i].opt_addr);
1114 /* Save string options */
1115 for (i = 0; str_options[i].opt_name != NULL; i++)
1116 mc_config_set_string (mc_main_config, CONFIG_APP_SECTION, str_options[i].opt_name,
1117 *str_options[i].opt_addr);
1120 /* --------------------------------------------------------------------------------------------- */
1122 void
1123 setup_save_config_show_error (const char *filename, GError ** error)
1125 if (error != NULL && *error != NULL)
1127 message (D_ERROR, MSG_ERROR, _("Cannot save file %s:\n%s"), filename, (*error)->message);
1128 g_error_free (*error);
1129 *error = NULL;
1133 /* --------------------------------------------------------------------------------------------- */
1135 void
1136 save_layout (void)
1138 size_t i;
1140 /* Save integer options */
1141 for (i = 0; layout[i].opt_name != NULL; i++)
1142 mc_config_set_int (mc_main_config, CONFIG_LAYOUT_SECTION, layout[i].opt_name,
1143 *layout[i].opt_addr);
1146 /* --------------------------------------------------------------------------------------------- */
1148 void
1149 load_key_defs (void)
1152 * Load keys from mc.lib before ${XDG_CONFIG_HOME}/mc/ini, so that the user
1153 * definitions override global settings.
1155 mc_config_t *mc_global_config;
1157 mc_global_config = mc_config_init (global_profile_name, FALSE);
1158 if (mc_global_config != NULL)
1160 load_keys_from_section ("general", mc_global_config);
1161 load_keys_from_section (getenv ("TERM"), mc_global_config);
1162 mc_config_deinit (mc_global_config);
1165 load_keys_from_section ("general", mc_main_config);
1166 load_keys_from_section (getenv ("TERM"), mc_main_config);
1169 /* --------------------------------------------------------------------------------------------- */
1171 #ifdef ENABLE_VFS_FTP
1172 char *
1173 load_anon_passwd (void)
1175 char *buffer;
1177 buffer = mc_config_get_string (mc_main_config, CONFIG_MISC_SECTION, "ftpfs_password", "");
1179 if ((buffer != NULL) && (buffer[0] != '\0'))
1180 return buffer;
1182 g_free (buffer);
1183 return NULL;
1185 #endif /* ENABLE_VFS_FTP */
1187 /* --------------------------------------------------------------------------------------------- */
1189 void
1190 load_keymap_defs (gboolean load_from_file)
1193 * Load keymap from GLOBAL_KEYMAP_FILE before ${XDG_CONFIG_HOME}/mc/mc.keymap, so that the user
1194 * definitions override global settings.
1196 mc_config_t *mc_global_keymap;
1198 mc_global_keymap = load_setup_get_keymap_profile_config (load_from_file);
1200 if (mc_global_keymap != NULL)
1202 main_keymap = g_array_new (TRUE, FALSE, sizeof (global_keymap_t));
1203 load_keymap_from_section (KEYMAP_SECTION_MAIN, main_keymap, mc_global_keymap);
1204 main_x_keymap = g_array_new (TRUE, FALSE, sizeof (global_keymap_t));
1205 load_keymap_from_section (KEYMAP_SECTION_MAIN_EXT, main_x_keymap, mc_global_keymap);
1207 panel_keymap = g_array_new (TRUE, FALSE, sizeof (global_keymap_t));
1208 load_keymap_from_section (KEYMAP_SECTION_PANEL, panel_keymap, mc_global_keymap);
1210 dialog_keymap = g_array_new (TRUE, FALSE, sizeof (global_keymap_t));
1211 load_keymap_from_section (KEYMAP_SECTION_DIALOG, dialog_keymap, mc_global_keymap);
1213 input_keymap = g_array_new (TRUE, FALSE, sizeof (global_keymap_t));
1214 load_keymap_from_section (KEYMAP_SECTION_INPUT, input_keymap, mc_global_keymap);
1216 listbox_keymap = g_array_new (TRUE, FALSE, sizeof (global_keymap_t));
1217 load_keymap_from_section (KEYMAP_SECTION_LISTBOX, listbox_keymap, mc_global_keymap);
1219 tree_keymap = g_array_new (TRUE, FALSE, sizeof (global_keymap_t));
1220 load_keymap_from_section (KEYMAP_SECTION_TREE, tree_keymap, mc_global_keymap);
1222 help_keymap = g_array_new (TRUE, FALSE, sizeof (global_keymap_t));
1223 load_keymap_from_section (KEYMAP_SECTION_HELP, help_keymap, mc_global_keymap);
1225 #ifdef USE_INTERNAL_EDIT
1226 editor_keymap = g_array_new (TRUE, FALSE, sizeof (global_keymap_t));
1227 load_keymap_from_section (KEYMAP_SECTION_EDITOR, editor_keymap, mc_global_keymap);
1228 editor_x_keymap = g_array_new (TRUE, FALSE, sizeof (global_keymap_t));
1229 load_keymap_from_section (KEYMAP_SECTION_EDITOR_EXT, editor_x_keymap, mc_global_keymap);
1230 #endif
1232 viewer_keymap = g_array_new (TRUE, FALSE, sizeof (global_keymap_t));
1233 load_keymap_from_section (KEYMAP_SECTION_VIEWER, viewer_keymap, mc_global_keymap);
1234 viewer_hex_keymap = g_array_new (TRUE, FALSE, sizeof (global_keymap_t));
1235 load_keymap_from_section (KEYMAP_SECTION_VIEWER_HEX, viewer_hex_keymap, mc_global_keymap);
1237 #ifdef USE_DIFF_VIEW
1238 diff_keymap = g_array_new (TRUE, FALSE, sizeof (global_keymap_t));
1239 load_keymap_from_section (KEYMAP_SECTION_DIFFVIEWER, diff_keymap, mc_global_keymap);
1240 #endif
1242 mc_config_deinit (mc_global_keymap);
1245 main_map = (global_keymap_t *) main_keymap->data;
1246 main_x_map = (global_keymap_t *) main_x_keymap->data;
1247 panel_map = (global_keymap_t *) panel_keymap->data;
1248 dialog_map = (global_keymap_t *) dialog_keymap->data;
1249 input_map = (global_keymap_t *) input_keymap->data;
1250 listbox_map = (global_keymap_t *) listbox_keymap->data;
1251 tree_map = (global_keymap_t *) tree_keymap->data;
1252 help_map = (global_keymap_t *) help_keymap->data;
1253 #ifdef USE_INTERNAL_EDIT
1254 editor_map = (global_keymap_t *) editor_keymap->data;
1255 editor_x_map = (global_keymap_t *) editor_x_keymap->data;
1256 #endif
1257 viewer_map = (global_keymap_t *) viewer_keymap->data;
1258 viewer_hex_map = (global_keymap_t *) viewer_hex_keymap->data;
1259 #ifdef USE_DIFF_VIEW
1260 diff_map = (global_keymap_t *) diff_keymap->data;
1261 #endif
1264 /* --------------------------------------------------------------------------------------------- */
1266 void
1267 free_keymap_defs (void)
1269 if (main_keymap != NULL)
1270 g_array_free (main_keymap, TRUE);
1271 if (main_x_keymap != NULL)
1272 g_array_free (main_x_keymap, TRUE);
1273 if (panel_keymap != NULL)
1274 g_array_free (panel_keymap, TRUE);
1275 if (dialog_keymap != NULL)
1276 g_array_free (dialog_keymap, TRUE);
1277 if (input_keymap != NULL)
1278 g_array_free (input_keymap, TRUE);
1279 if (listbox_keymap != NULL)
1280 g_array_free (listbox_keymap, TRUE);
1281 if (tree_keymap != NULL)
1282 g_array_free (tree_keymap, TRUE);
1283 if (help_keymap != NULL)
1284 g_array_free (help_keymap, TRUE);
1285 #ifdef USE_INTERNAL_EDIT
1286 if (editor_keymap != NULL)
1287 g_array_free (editor_keymap, TRUE);
1288 if (editor_x_keymap != NULL)
1289 g_array_free (editor_x_keymap, TRUE);
1290 #endif
1291 if (viewer_keymap != NULL)
1292 g_array_free (viewer_keymap, TRUE);
1293 if (viewer_hex_keymap != NULL)
1294 g_array_free (viewer_hex_keymap, TRUE);
1295 #ifdef USE_DIFF_VIEW
1296 if (diff_keymap != NULL)
1297 g_array_free (diff_keymap, TRUE);
1298 #endif
1301 /* --------------------------------------------------------------------------------------------- */
1303 void
1304 panel_load_setup (WPanel * panel, const char *section)
1306 size_t i;
1307 char *buffer, buffer2[BUF_TINY];
1309 panel->sort_info.reverse = mc_config_get_int (mc_panels_config, section, "reverse", 0);
1310 panel->sort_info.case_sensitive =
1311 mc_config_get_int (mc_panels_config, section, "case_sensitive",
1312 OS_SORT_CASE_SENSITIVE_DEFAULT);
1313 panel->sort_info.exec_first = mc_config_get_int (mc_panels_config, section, "exec_first", 0);
1315 /* Load sort order */
1316 buffer = mc_config_get_string (mc_panels_config, section, "sort_order", "name");
1317 panel->sort_info.sort_field = panel_get_field_by_id (buffer);
1318 if (panel->sort_info.sort_field == NULL)
1319 panel->sort_info.sort_field = panel_get_field_by_id ("name");
1321 g_free (buffer);
1323 /* Load the listing mode */
1324 buffer = mc_config_get_string (mc_panels_config, section, "list_mode", "full");
1325 panel->list_type = list_full;
1326 for (i = 0; list_types[i].key != NULL; i++)
1327 if (g_ascii_strcasecmp (list_types[i].key, buffer) == 0)
1329 panel->list_type = list_types[i].list_type;
1330 break;
1332 g_free (buffer);
1334 /* User formats */
1335 g_free (panel->user_format);
1336 panel->user_format =
1337 mc_config_get_string (mc_panels_config, section, "user_format", DEFAULT_USER_FORMAT);
1339 for (i = 0; i < LIST_TYPES; i++)
1341 g_free (panel->user_status_format[i]);
1342 g_snprintf (buffer2, BUF_TINY, "user_status%lld", (long long) i);
1343 panel->user_status_format[i] =
1344 mc_config_get_string (mc_panels_config, section, buffer2, DEFAULT_USER_FORMAT);
1347 panel->user_mini_status = mc_config_get_int (mc_panels_config, section, "user_mini_status", 0);
1350 /* --------------------------------------------------------------------------------------------- */
1352 void
1353 panel_save_setup (struct WPanel *panel, const char *section)
1355 char buffer[BUF_TINY];
1356 size_t i;
1358 mc_config_set_int (mc_panels_config, section, "reverse", panel->sort_info.reverse);
1359 mc_config_set_int (mc_panels_config, section, "case_sensitive",
1360 panel->sort_info.case_sensitive);
1361 mc_config_set_int (mc_panels_config, section, "exec_first", panel->sort_info.exec_first);
1363 mc_config_set_string (mc_panels_config, section, "sort_order", panel->sort_info.sort_field->id);
1365 for (i = 0; list_types[i].key != NULL; i++)
1366 if (list_types[i].list_type == panel->list_type)
1368 mc_config_set_string (mc_panels_config, section, "list_mode", list_types[i].key);
1369 break;
1372 mc_config_set_string (mc_panels_config, section, "user_format", panel->user_format);
1374 for (i = 0; i < LIST_TYPES; i++)
1376 g_snprintf (buffer, BUF_TINY, "user_status%lld", (long long) i);
1377 mc_config_set_string (mc_panels_config, section, buffer, panel->user_status_format[i]);
1380 mc_config_set_int (mc_panels_config, section, "user_mini_status", panel->user_mini_status);
1383 /* --------------------------------------------------------------------------------------------- */
1386 Load panels options from [Panels] section.
1388 void
1389 panels_load_options (void)
1391 if (mc_config_has_group (mc_main_config, CONFIG_PANELS_SECTION))
1393 size_t i;
1394 int qmode;
1396 for (i = 0; panels_ini_options[i].opt_name != NULL; i++)
1397 *panels_ini_options[i].opt_addr =
1398 mc_config_get_bool (mc_main_config, CONFIG_PANELS_SECTION,
1399 panels_ini_options[i].opt_name,
1400 *panels_ini_options[i].opt_addr);
1402 qmode = mc_config_get_int (mc_main_config, CONFIG_PANELS_SECTION,
1403 "quick_search_mode", (int) panels_options.qsearch_mode);
1404 if (qmode < 0)
1405 panels_options.qsearch_mode = QSEARCH_CASE_INSENSITIVE;
1406 else if (qmode >= QSEARCH_NUM)
1407 panels_options.qsearch_mode = QSEARCH_PANEL_CASE;
1408 else
1409 panels_options.qsearch_mode = (qsearch_mode_t) qmode;
1413 /* --------------------------------------------------------------------------------------------- */
1416 Save panels options in [Panels] section.
1418 void
1419 panels_save_options (void)
1421 size_t i;
1423 for (i = 0; panels_ini_options[i].opt_name != NULL; i++)
1424 mc_config_set_bool (mc_main_config, CONFIG_PANELS_SECTION,
1425 panels_ini_options[i].opt_name, *panels_ini_options[i].opt_addr);
1427 mc_config_set_int (mc_main_config, CONFIG_PANELS_SECTION,
1428 "quick_search_mode", (int) panels_options.qsearch_mode);
1431 /* --------------------------------------------------------------------------------------------- */