summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-06-25 00:19:42 +0200
committerpgen <p.gen.progs@gmail.com>2020-06-25 00:19:42 +0200
commit8fd06b4a9f1025f5b05219e0858e5d3550dec45e (patch)
treed8e0886138d66c684a8fb3f080cc819ddcfeb58c
parentb95aec88ff6ecd55776b950e955de6f5197a14aa (diff)
line_separators opt is only valid in col/line mode
-rw-r--r--smenu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/smenu.c b/smenu.c
index c11a73d..669b926 100644
--- a/smenu.c
+++ b/smenu.c
@@ -6184,7 +6184,7 @@ main(int argc, char * argv[])
"[lines [#height]] "
"[blank_nonprintable] "
"[center_mode] [clean] [keep_spaces] [word_separators #bytes] "
- "[line_separators #bytes] [no_scoll_bar] "
+ "[no_scoll_bar] "
"[post_subst_all... #/regex/repl/opts] "
"[post_subst_included... #/regex/repl/opts] "
"[post_subst_excluded... #/regex/repl/opts] "
@@ -6208,6 +6208,7 @@ main(int argc, char * argv[])
"[columns_select... #selector...] "
"[rows_select... #selector...] "
"[gutter [#string]] "
+ "[line_separators #bytes] "
"[auto_da_number>Direct_access... [#regex]] "
"[auto_da_unnumber>Direct_access... [#regex]] "
"[field_da_number>Direct_access] "
@@ -6217,6 +6218,7 @@ main(int argc, char * argv[])
"[force_last_column #regex]";
line_spec_options = "[rows_select... #selector...] "
+ "[line_separators #bytes] "
"[auto_da_number>Direct_access... [#regex]] "
"[auto_da_unnumber>Direct_access... [#regex]] "
"[field_da_number>Direct_access] "