You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The c-lightning summary plugin ( https://github.com/lightningd/plugins/tree/master/summary ) prints box drawing unicode characters. Turns out the current UI font is not able to monospace them correctly. See attached screenshot, the bars should be aligned in the middle.
@shesek
I tested it only on my nodes CLI and yes there it looks good.
From the screenshot above you can see that the app already uses a fixed font for that activity, BUT the box drawing chars are not fixed for this font. Which some fixed fonts have, as the box chars are UTF8 stuff.
The c-lightning summary plugin ( https://github.com/lightningd/plugins/tree/master/summary ) prints box drawing unicode characters. Turns out the current UI font is not able to monospace them correctly. See attached screenshot, the bars should be aligned in the middle.
https://en.wikipedia.org/wiki/Box_Drawing_(Unicode_block)
The text was updated successfully, but these errors were encountered: