Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146441 | Differences between
and this patch

Collapse All | Expand All

(-)mc-4.6.1/src/setup.c.1 (+3 lines)
Lines 62-67 Link Here
62
62
63
extern int num_history_items_recorded;
63
extern int num_history_items_recorded;
64
64
65
extern int subshell_blocks_ctrlo;
66
65
char *profile_name;		/* .mc/ini */
67
char *profile_name;		/* .mc/ini */
66
char *global_profile_name;	/* mc.lib */
68
char *global_profile_name;	/* mc.lib */
67
69
Lines 182-187 Link Here
182
    { "alternate_plus_minus", &alternate_plus_minus },
184
    { "alternate_plus_minus", &alternate_plus_minus },
183
    { "only_leading_plus_minus", &only_leading_plus_minus },
185
    { "only_leading_plus_minus", &only_leading_plus_minus },
184
    { "show_output_starts_shell", &output_starts_shell },
186
    { "show_output_starts_shell", &output_starts_shell },
187
    { "subshell_blocks_ctrlo", &subshell_blocks_ctrlo },
185
    { "panel_scroll_pages", &panel_scroll_pages },
188
    { "panel_scroll_pages", &panel_scroll_pages },
186
    { "xtree_mode", &xtree_mode },
189
    { "xtree_mode", &xtree_mode },
187
    { "num_history_items_recorded", &num_history_items_recorded },
190
    { "num_history_items_recorded", &num_history_items_recorded },

Return to bug 146441