initial commit: 1.5.0
[systemrescuecd.git] / overlay-squashfs-sparc / root / .mc / ini
1
2 [Midnight-Commander]
3 show_backups=1
4 show_dot_files=1
5 verbose=1
6 mark_moves_down=1
7 pause_after_run=1
8 shell_patterns=1
9 auto_save_setup=1
10 auto_menu=0
11 use_internal_view=1
12 use_internal_edit=1
13 clear_before_exec=1
14 mix_all_files=0
15 fast_reload=0
16 fast_reload_msg_shown=0
17 confirm_delete=1
18 confirm_overwrite=1
19 confirm_execute=0
20 confirm_exit=1
21 safe_delete=0
22 mouse_repeat_rate=100
23 double_click_speed=250
24 use_8th_bit_as_meta=1
25 confirm_view_dir=0
26 mouse_move_pages=1
27 mouse_move_pages_viewer=1
28 fast_refresh=0
29 navigate_with_arrows=0
30 drop_menus=0
31 wrap_mode=1
32 old_esc_mode=0
33 cd_symlinks=1
34 show_all_if_ambiguous=0
35 have_fast_cpu=0
36 max_dirt_limit=10
37 torben_fj_mode=0
38 use_file_to_guess_type=1
39 alternate_plus_minus=0
40 only_leading_plus_minus=1
41 show_output_starts_shell=0
42 panel_scroll_pages=1
43 xtree_mode=0
44 num_history_items_recorded=60
45 file_op_compute_totals=1
46 vfs_timeout=60
47 ftpfs_directory_timeout=900
48 use_netrc=1
49 ftpfs_retry_seconds=30
50 ftpfs_always_use_proxy=0
51 ftpfs_use_passive_connections=1
52 ftpfs_use_unix_list_options=1
53 ftpfs_first_cd_then_ls=0
54 editor_word_wrap_line_length=72
55 editor_key_emulation=0
56 editor_tab_spacing=8
57 editor_fill_tabs_with_spaces=0
58 editor_return_does_auto_indent=1
59 editor_backspace_through_tabs=0
60 editor_fake_half_tabs=1
61 editor_option_save_mode=0
62 editor_option_save_position=1
63 editor_option_backup_ext_int=-1
64 editor_option_auto_para_formatting=0
65 editor_option_typewriter_wrap=0
66 editor_edit_confirm_save=1
67 editor_syntax_highlighting=1
68 nice_rotating_dash=1
69 horizontal_split=0
70
71 [Layout]
72 equal_split=1
73 first_panel_size=77
74 message_visible=1
75 keybar_visible=1
76 xterm_title=1
77 output_lines=0
78 command_prompt=1
79 menubar_visible=1
80 show_mini_info=1
81 permission_mode=0
82 filetype_mode=1
83
84 [Dirs]
85 other_dir=/
86 current_is_left=1
87
88 [New Left Panel]
89 display=listing
90 reverse=0
91 case_sensitive=1
92 sort_order=name
93 list_mode=full
94 user_format=half type name | size | perm
95 user_status0=half type name | size | perm
96 user_status1=half type name | size | perm
97 user_status2=half type name | size | perm
98 user_status3=half type name | size | perm
99 user_mini_status=0
100
101 [New Right Panel]
102 display=listing
103 reverse=0
104 case_sensitive=1
105 sort_order=name
106 list_mode=full
107 user_format=half type name | size | perm
108 user_status0=half type name | size | perm
109 user_status1=half type name | size | perm
110 user_status2=half type name | size | perm
111 user_status3=half type name | size | perm
112 user_mini_status=0
113
114 [Misc]
115 ftpfs_password=anonymous@
116 ftp_proxy_host=gate
117 display_codepage=Other_8_bit
118
119 [Panelize]
120 Find *.orig after patching=find . -name \*.orig -print
121 Find SUID and SGID programs=find . \( \( -perm -04000 -a -perm +011 \) -o \( -perm -02000 -a -perm +01 \) \) -print
122 Find rejects after patching=find . -name \*.rej -print