1 diff -urpa mc-4.8.20.orig/src/setup.c mc-4.8.20/src/setup.c
2 --- mc-4.8.20.orig/src/setup.c 2018-04-09 12:33:43.452504866 +0000
3 +++ mc-4.8.20/src/setup.c 2018-04-09 12:34:41.690504210 +0000
4 @@ -100,7 +100,7 @@ gboolean confirm_overwrite = TRUE;
5 /* Asks for confirmation before executing a program by pressing enter */
6 gboolean confirm_execute = FALSE;
7 /* Asks for confirmation before leaving the program */
8 -gboolean confirm_exit = FALSE;
9 +gboolean confirm_exit = TRUE;
11 /* If true, at startup the user-menu is invoked */
12 gboolean auto_menu = FALSE;