We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mbc_strnlen(str, ...) just counts the number of multi-byte characters in str, possibly biting folks that might want a smiley in their prompts.
mbc_strnlen(str, ...)
str
Some combinaton of mbrtowc() and wcswidth() should be able to fix this, probably.
mbrtowc()
wcswidth()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mbc_strnlen(str, ...)
just counts the number of multi-byte characters instr
, possibly biting folks that might want a smiley in their prompts.Some combinaton of
mbrtowc()
andwcswidth()
should be able to fix this, probably.The text was updated successfully, but these errors were encountered: