summaryrefslogtreecommitdiff
path: root/Src/options.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-06-08 09:50:26 +0100
committerPeter Stephenson <pws@zsh.org>2015-06-08 09:50:26 +0100
commit40446a9827310f732ed591e8408a8d0443fa0773 (patch)
tree9a26416479f0445abb5a4310f9343c882aeaa377 /Src/options.c
parente8cf611879a2d9e6bf84af0dabaa1ff985c96f4e (diff)
downloadzsh-40446a9827310f732ed591e8408a8d0443fa0773.tar.gz
zsh-40446a9827310f732ed591e8408a8d0443fa0773.zip
35416: Turn on MULTIBYTE in all emulations.
This now includes sh.
Diffstat (limited to 'Src/options.c')
-rw-r--r--Src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/options.c b/Src/options.c
index 3e3e07474..78f603de1 100644
--- a/Src/options.c
+++ b/Src/options.c
@@ -192,7 +192,7 @@ static struct optname optns[] = {
{{NULL, "monitor", OPT_SPECIAL}, MONITOR},
{{NULL, "multibyte",
#ifdef MULTIBYTE_SUPPORT
- OPT_EMULATE|OPT_ZSH|OPT_CSH|OPT_KSH
+ OPT_ALL
#else
0
#endif