mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-13 03:13:08 +03:00
Ticket #1776: save flags of select/unselet file group.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
63f93019f5
commit
0c309724a5
@ -110,7 +110,7 @@ typedef enum {
|
||||
SELECT_SHELL_PATTERNS = 1 << 2
|
||||
} select_flags_t;
|
||||
|
||||
static select_flags_t select_flags = SELECT_MATCH_CASE | SELECT_SHELL_PATTERNS;
|
||||
int select_flags = SELECT_MATCH_CASE | SELECT_SHELL_PATTERNS;
|
||||
|
||||
int
|
||||
view_file_at_line (const char *filename, int plain_view, int internal,
|
||||
|
@ -230,6 +230,7 @@ static const struct {
|
||||
{ "auto_fill_mkdir_name", &auto_fill_mkdir_name },
|
||||
{ "reverse_files_only", &reverse_files_only },
|
||||
{ "copymove_persistent_attr", &setup_copymove_persistent_attr },
|
||||
{ "select_flags", &select_flags },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
@ -35,6 +35,8 @@ extern int verbose;
|
||||
|
||||
extern int mouse_close_dialog;
|
||||
extern int reverse_files_only;
|
||||
extern int select_flags;
|
||||
|
||||
|
||||
extern int setup_copymove_persistent_attr;
|
||||
void setup_save_config_show_error(const char *filename, GError **error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user