mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-16 12:21:18 +02:00
zsh-workers/8050
This commit is contained in:
parent
9eb28d4b41
commit
35e83bae86
1 changed files with 1 additions and 1 deletions
|
@ -3407,7 +3407,7 @@ getkeystring(char *s, int *len, int fromwhere, int *misc)
|
|||
t++;
|
||||
}
|
||||
if (fromwhere == 6 && t != tmp) {
|
||||
*misc = (int) tmp[0];
|
||||
*misc = STOUC(tmp[0]);
|
||||
return s + 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue