From 09cfde0a69cc6a84845ba11b01e21da277934da0 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 10 Mar 2000 01:13:54 +0000 Subject: manual/10029 --- Src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/utils.c') diff --git a/Src/utils.c b/Src/utils.c index 75108765b..6fe1d833f 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -3198,7 +3198,7 @@ getkeystring(char *s, int *len, int fromwhere, int *misc) } else if (fromwhere == 4 && *s == Snull) { for (u = t; (*u++ = *s++);); return t + 1; - } else if (*s == '^' && + } else if (*s == '^' && !control && (fromwhere == 2 || fromwhere == 5 || fromwhere == 6)) { control = 1; continue; -- cgit 1.4.1