summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-10-04 00:19:45 +0200
committerpgen <p.gen.progs@gmail.com>2020-10-04 00:19:45 +0200
commit7304e152519770bd3cf555df27520e96b8ade3df (patch)
tree0096c71832d3b5c19ea929d7cbdd96ff7ee104c3 /smenu.h
parent608fe40351cb999218c4e81580483d130cfea293 (diff)
Add a -Q|-ignore_quotes option to ignore quotes
With this option " and ' will lose their grouping function and be considered normal characters.
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/smenu.h b/smenu.h
index 75c741e..58dc2e2 100644
--- a/smenu.h
+++ b/smenu.h
@@ -188,6 +188,7 @@ struct misc_s
{
search_mode_t default_search_method;
char invalid_char_substitute;
+ int ignore_quotes;
};
/* Terminal setting variables */