daboross/fern

Colors and Emojis seem to break rending in Bash and Yakuake

erayerdin opened this issue · 2 comments

Original Post

I migrate one of my terminal apps to Rust. I color my logging lines depending on the the logging level. I also wanted to use emojis. However, it looks a bit weird as below:

It looks like some of it is cut out, it does not render completely. For example, the first line should have ended with triple dots, the next error line does not even render correctly at the end.


Environment

  • Kubuntu 21.04
  • Bash
  • Yakuake 20.12.3

Can you please post some more information to reproduce? Also, try to recreate the same behavior with simple println! statements without fern.

Tried with println and have the same behavior. The issue seems to not be related to fern. Feel free to close.