The library doesn't return the correct width for some multi-codepoint emojis. `wcwidth('🤦🏼♂️')` returns `5`, but it should return `2`. See also: https://github.com/jquast/wcwidth/issues/39