mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
Vin Shelton: 24088: error with no multibyte
This commit is contained in:
parent
17cfd4455b
commit
bd6f46103a
2 changed files with 6 additions and 1 deletions
|
@ -1331,10 +1331,10 @@ zccmd_querychar(const char *nam, char **args)
|
|||
Colorpairnode cpn;
|
||||
const struct zcurses_namenumberpair *zattrp;
|
||||
LinkList clist;
|
||||
attr_t attrs;
|
||||
#if defined(HAVE_WIN_WCH) && defined(HAVE_GETCCHAR)
|
||||
wchar_t c;
|
||||
cchar_t cc;
|
||||
attr_t attrs;
|
||||
int count;
|
||||
VARARR(char, instr, 2*MB_CUR_MAX+1);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue