A look at terminal emulators, part 1
A look at terminal emulators, part 1
Posted Apr 4, 2018 13:20 UTC (Wed) by borisfaure (subscriber, #123474)In reply to: A look at terminal emulators, part 1 by grawity
Parent article: A look at terminal emulators, part 1
Terminology does not support RTL scripts, but there's a bug open about it: https://phab.enlightenment.org/T5380 .
It does support Unicode but not combining characters (https://phab.enlightenment.org/T560). The test in the article should render correctly though.
I have not refused to add a true-color mode.
It won't support it fully but it does approximate those TrueColors to a palette of 256 colors. It should do it better than XTerm since it is not using a dumb euclidean distance to compute color distance but something a bit more complex: the last formula on the Euclidean chapter on Color Distance on Wikipedia ( https://en.wikipedia.org/wiki/Color_difference#Euclidean ).
I know it's not perfect but having true-color support would imply too much work on EFL and I'm not confident on doing that soon. As usual, I'll be happy to review patches!
I'd also be interested in benchmarks. On the ones I used, Terminology was a clear winner few years ago.
