mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
22753: minor character bugs spotted on Cygwin
This commit is contained in:
parent
286ca1d487
commit
78d1939ffd
4 changed files with 12 additions and 4 deletions
|
|
@ -1130,7 +1130,8 @@ prompttrunc(int arg, int truncchar, int doprint, int endchar)
|
|||
* Normal text: build up a multibyte character.
|
||||
*/
|
||||
char inchar;
|
||||
wchar_t cc, wcw;
|
||||
wchar_t cc;
|
||||
int wcw;
|
||||
|
||||
/*
|
||||
* careful: string is still metafied (we
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue