dvdhrm / kmscon

Linux KMS/DRM based virtual Console Emulator
http://www.freedesktop.org/wiki/Software/kmscon
Other
433 stars 81 forks source link

Built-in font can’t deal with thread drawing characters in mutt #20

Closed towolf closed 12 years ago

towolf commented 12 years ago

I think the 8x16 font doesn’t have these characters

┬─>
└─>
dvdhrm commented 12 years ago

This will not be fixed. The built-in font definitely needs the upper 128 characters replaced with the correct unicode chars, but I will not add further characters to it. That's not the intention of the 8x16 font. Use pango/freetype2 for this. Or use the new GNU-Unifont backend which I will merge the next days.