▲ | bawolff 9 hours ago | |||||||
It kind of seems weird to put unicode in the name but not support astral characters, combining characters or bidi. I understand these things are complicated for terminals but its weird to so thoroughly emphasize unicode and then not do a significant portion of unicode. | ||||||||
▲ | nxobject 7 hours ago | parent [-] | |||||||
Looks like it's due to fundamental limitations – there's a one-to-one mapping between cells and Unicode code points, and glyphs are blitted from a pre-rendered atlas. (It's very Shadertoy-like.) I agree it's an awkward situation: ye olde xterm and rxvt can render emoji outside of the BMP, while zutty doesn't seem to be able to. The documentation is a pleasure to read, though. | ||||||||
|