https://bugs.kde.org/show_bug.cgi?id=364992
--- Comment #1 from Yi Yang <ahyan...@gmail.com> --- This should be fairly easy to implement: In TerminalDisplay.cpp, method TerminalDisplay::drawCharacters, there is a if-clause calling isLineCharString(text) to decide whether to draw something with built-in line drawing mechanism or to draw it with the chosen font. Probably one could add an option that forces one to draw with the chosen font there. -- You are receiving this mail because: You are watching all bug changes.