From 40446a9827310f732ed591e8408a8d0443fa0773 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 8 Jun 2015 09:50:26 +0100 Subject: 35416: Turn on MULTIBYTE in all emulations. This now includes sh. --- Src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') 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 -- cgit 1.4.1