heapwolf / prompt-sync

a synchronous prompt for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UTF8 emoji space issue

sustained opened this issue Ā· comments

Try something like this:

prompt('A wild šŸ¢ appears.');

Output:

A wild šŸ¢appears.

Note the spacing. I might look into fixing this bug but that depends on if this library is dead or not. For instance, there's a few open PRs that haven't been answered in months.

Thanks!

@sustained - still alive, PR's processed. This emoji issue might be more to do with the terminal being used than this module though