mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* dir.c: Show backups by default.
This commit is contained in:
parent
7d88c34470
commit
ff7208e93b
@ -1,3 +1,7 @@
|
|||||||
|
2002-01-17 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* dir.c: Show backups by default.
|
||||||
|
|
||||||
2002-01-15 Andrew V. Samoilov <kai@cmail.ru>
|
2002-01-15 Andrew V. Samoilov <kai@cmail.ru>
|
||||||
|
|
||||||
* file.c (copy_dir_dir): Check the destination is a directory
|
* file.c (copy_dir_dir): Check the destination is a directory
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
int show_dot_files = 1;
|
int show_dot_files = 1;
|
||||||
|
|
||||||
/* If true show files ending in ~ */
|
/* If true show files ending in ~ */
|
||||||
int show_backups = 0;
|
int show_backups = 1;
|
||||||
|
|
||||||
/* If false then directories are shown separately from files */
|
/* If false then directories are shown separately from files */
|
||||||
int mix_all_files = 0;
|
int mix_all_files = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user