Ticket #4106: ini

File ini, 3.4 KB (added by Axanar, 4 years ago)

The matching ini file to test the regression

Line 
1[Midnight-Commander]
2alternate_plus_minus=0
3auto_fill_mkdir_name=1
4auto_menu=0
5auto_save_setup=0
6cd_symlinks=1
7classic_progressbar=1
8clear_before_exec=1
9confirm_delete=1
10confirm_directory_hotlist_delete=1
11confirm_execute=0
12confirm_exit=0
13confirm_history_cleanup=1
14confirm_overwrite=1
15confirm_view_dir=0
16copymove_persistent_attr=1
17double_click_speed=250
18drop_menus=0
19editor_ask_filename_before_edit=0
20editor_backspace_through_tabs=0
21editor_backup_extension=~
22editor_check_new_line=0
23editor_cursor_after_inserted_block=0
24editor_cursor_beyond_eol=0
25editor_edit_confirm_save=1
26editor_fake_half_tabs=1
27editor_filesize_threshold=64M
28editor_fill_tabs_with_spaces=0
29editor_group_undo=0
30editor_key_emulation=0
31editor_line_state=0
32editor_option_auto_para_formatting=0
33editor_option_backup_ext_int=-1
34editor_option_save_mode=0
35editor_option_save_position=1
36editor_option_typewriter_wrap=0
37editor_persistent_selections=1
38editor_return_does_auto_indent=1
39editor_show_right_margin=0
40editor_simple_statusbar=0
41editor_syntax_highlighting=1
42editor_tab_spacing=8
43editor_visible_spaces=1
44editor_visible_tabs=1
45editor_word_wrap_line_length=72
46eight_bit_clean=1
47fast_refresh=0
48fast_reload=0
49fast_reload_msg_shown=0
50file_op_compute_totals=1
51fish_directory_timeout=900
52ftpfs_always_use_proxy=0
53ftpfs_directory_timeout=900
54ftpfs_first_cd_then_ls=0
55ftpfs_retry_seconds=30
56ftpfs_use_passive_connections=1
57ftpfs_use_passive_connections_over_proxy=0
58ftpfs_use_unix_list_options=1
59full_eight_bits=0
60have_fast_cpu=0
61ignore_ftp_chattr_errors=true
62mark_moves_down=1
63max_dirt_limit=10
64mcview_eof=
65mcview_remember_file_position=0
66mix_all_files=0
67mouse_close_dialog=0
68mouse_move_pages=1
69mouse_move_pages_viewer=1
70mouse_repeat_rate=100
71navigate_with_arrows=0
72nice_rotating_dash=1
73num_history_items_recorded=60
74old_esc_mode=0
75old_esc_mode_timeout=1000000
76only_leading_plus_minus=1
77panel_scroll_pages=1
78pause_after_run=1
79preallocate_space=0
80safe_delete=0
81select_flags=6
82shell_patterns=1
83show_all_if_ambiguous=1
84show_backups=1
85show_dot_files=1
86show_output_starts_shell=0
87skin=default
88skip_check_codeset=0
89torben_fj_mode=0
90use_8th_bit_as_meta=1
91use_file_to_guess_type=1
92use_internal_edit=0
93use_internal_view=0
94use_netrc=1
95verbose=1
96vfs_timeout=60
97wrap_mode=1
98xtree_mode=0
99
100[Colors]
101base_color=
102color_terminals=
103xterm=
104xterm-256color=
105
106[Layout]
107command_prompt=0
108filetype_mode=1
109free_space=1
110horizontal_equal=1
111horizontal_split=0
112keybar_visible=0
113left_panel_size=75
114menubar_visible=0
115message_visible=0
116output_lines=0
117permission_mode=1
118show_mini_info=1
119top_panel_size=40
120vertical_equal=1
121xterm_title=1
122
123[Misc]
124autodetect_codeset=
125clipboard_paste=
126clipboard_store=
127display_codepage=UTF-8
128find_ignore_dirs=
129ftpfs_password=anonymous@
130ftp_proxy_host=gate
131source_codepage=UTF-8
132spell_language=en
133timeformat_old=%b %e  %Y
134timeformat_recent=%b %e %H:%M
135
136[Panels]
137auto_save_setup_panels=false
138fast_reload=false
139fast_reload_msg_shown=false
140filetype_mode=true
141kilobyte_si=false
142mark_moves_down=true
143mix_all_files=false
144mouse_move_pages=true
145navigate_with_arrows=false
146panel_scroll_pages=true
147permission_mode=false
148quick_search_mode=2
149reverse_files_only=true
150show_backups=true
151show_dot_files=true
152show_mini_info=true
153simple_swap=false
154torben_fj_mode=false
155
156[Panelize]
157Find *.orig after patching=find . -name \\*.orig -print
158Find rejects after patching=find . -name \\*.rej -print
159Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm +011 \\) -o \\( -perm -02000 -a -perm +01 \\) \\) -print