]> TLD Linux GIT Repositories - packages/mc.git/blobdiff - mc-no-ws-visible.patch
- updated to 4.8.31
[packages/mc.git] / mc-no-ws-visible.patch
index 2e115dd2797a3e1efb3c59bc4528d6aae008df14..6b6785abcef720b1157d46b04af5a5bb3697c8e0 100644 (file)
@@ -1,14 +1,14 @@
-diff -urpa mc-4.8.20.orig/src/editor/editdraw.c mc-4.8.20/src/editor/editdraw.c
---- mc-4.8.20.orig/src/editor/editdraw.c       2017-03-04 17:51:38.000000000 +0000
-+++ mc-4.8.20/src/editor/editdraw.c    2018-04-09 12:30:00.046507381 +0000
-@@ -63,8 +63,8 @@
- /* Toggles statusbar draw style */
- gboolean simple_statusbar = FALSE;
--gboolean visible_tws = TRUE;
--gboolean visible_tabs = TRUE;
-+gboolean visible_tws = FALSE;
-+gboolean visible_tabs = FALSE;
- /*** file scope macro definitions ****************************************************************/
+diff -urpa mc-4.8.31.orig/src/editor/edit.c mc-4.8.31/src/editor/edit.c
+--- mc-4.8.31.orig/src/editor/edit.c   2024-01-20 20:34:38.000000000 +0100
++++ mc-4.8.31/src/editor/edit.c        2024-04-03 21:43:01.355289821 +0200
+@@ -99,8 +99,8 @@ edit_options_t edit_options = {
+     .backup_ext = NULL,
+     .filesize_threshold = NULL,
+     .stop_format_chars = NULL,
+-    .visible_tabs = TRUE,
+-    .visible_tws = TRUE,
++    .visible_tabs = FALSE,
++    .visible_tws = FALSE,
+     .show_right_margin = FALSE,
+     .simple_statusbar = FALSE,
+     .check_nl_at_eof = FALSE