pqwy/notty

some alignment issues

Closed this issue · 3 comments

Hi, first of all thanks for that amazing library. It's like magic, but better.

When running ./runes.native I got some alignement issues:

screen shot 2016-02-11 at 07 43 48

Anything special to report to help debugging that? I'm running on OSX 10.10.5 and notty is built from master.

@samoht nothing can be done for this. It hits the limits of what you can do in terminal without having information back from the text layout engine. Read here for David's take on this.

David, maybe you should add a preamble that this is expected to break and how, otherwise you are constantly going to get reports about this.

ack. A simple way to fix this would be to split the output of runes into things which usually don't break and things which might break.

pqwy commented

Yeah, abugidas (Tamil, Kannada and Devanagari above) destroy just about all alphabet-centric spacing and layout assumptions. They are rendered quite differently by different text layout engines.

I'm pleasantly surprised by the robustness of Arabic and Hebrew, though.

Thanks for the report! Added a note to runes.