espehon / clocky-cli

Track working hours
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Weird character rendering (Ligatures) #13

Open espehon opened 1 year ago

espehon commented 1 year ago

Some advanced terminals can support ligatures. E.g. === will render as . This can ruin some TUI elements in console apps. If your --chart output has random tribars in it, disabling ligatures will resolve the problem.

Here is an example of the chart with tribars: [============================≡==≡===============]

espehon commented 1 year ago

Here is the fix for Windows Terminal: https://github.com/microsoft/terminal/issues/12213

espehon commented 1 year ago

I'm reopening this so it can be linked-to in the readme.