mrowa44 / emojify

Emoji on the command line :scream:
MIT License
1.55k stars 70 forks source link

Emojis are causing width issues in the prompt #34

Open matrinox opened 6 years ago

matrinox commented 6 years ago

See the video below for what happens when you display an emoji using emojify on the prompt. The first part uses emojify :smile: and the second part uses echo :); everything else remains constant.

emojify messed up prompt

Any ideas?

jmurowaniecki commented 4 years ago

Multibyte/double-width issue (fixed on zsh, fish and some others… But no signal to be fixed on bash/sh).

matrinox commented 4 years ago

@jmurowaniecki is it a technical reason why it isn't fixed on bash/sh?