mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 15:35:09 -04:00
Add option to use the selected font's line characters
Konsole has builtin code to manually write out line characters. There are certain reasons why this might not be desired. This adds a profile option to use the fonts line characters. The default is as-is today using the builtin code. BUG: 364992
This commit is contained in:
@@ -777,6 +777,7 @@ void ViewManager::applyProfileToView(TerminalDisplay* view , const Profile::Ptr
|
||||
// load font
|
||||
view->setAntialias(profile->antiAliasFonts());
|
||||
view->setBoldIntense(profile->boldIntense());
|
||||
view->setUseFontLineCharacters(profile->useFontLineCharacters());
|
||||
view->setVTFont(profile->font());
|
||||
|
||||
// set scroll-bar position
|
||||
|
||||
Reference in New Issue
Block a user