Skip to content
New issue

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

rlwrap assumes all multi-byte characters occupy one column #130

Open
hanslub42 opened this issue Jun 6, 2021 · 0 comments
Open

rlwrap assumes all multi-byte characters occupy one column #130

hanslub42 opened this issue Jun 6, 2021 · 0 comments
Labels

Comments

@hanslub42
Copy link
Owner

mbc_strnlen(str, ...) just counts the number of multi-byte characters in str, possibly biting folks that might want a smiley in their prompts.

Some combinaton of mbrtowc() and wcswidth() should be able to fix this, probably.

@hanslub42 hanslub42 added the bug label Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant