[Konsole-devel] [Bug 168300] configurable bold in Konsole

Robert Knight robertknight at gmail.com
Mon Jun 22 09:32:48 UTC 2009


https://bugs.kde.org/show_bug.cgi?id=168300





--- Comment #16 from Matt Whitlock <matt whitlock name>  2009-06-22 08:09:45 ---
(In reply to comment #15)

I'll just add my two cents to Beetle B.'s comment.  People who use a terminal
emulator enough to care about the fonts are probably not going to care if they
have to edit some config files to get the appearance they want.  In other
words, you don't have to make this option accessible through the GUI if that's
too much work.  Simply having Konsole respect the "Bold=false" in the
colorscheme files would be adequate to close this bug.

--- Comment #17 from Robert Knight <robertknight gmail com>  2009-06-22 11:32:45 ---
> I use mutt as my mail reader,
> and have some colors set to the "bright" ones.
> This is triggering Konsole to bold the font.

That shouldn't happen.  It used to be the case in KDE 3 that the 'boldness' of
a character depended only on its color but not any more.  By default we now
just use the font weight requested by the terminal application.  The converse
is true though - if the application asks for a bold font then it will be drawn
with a bright version of the color.  The logic at the moment is:

.colorscheme Color Entry | Font Style Requested By App | Visual Result

1. Bold=false | Non-Bold | Non-Bold
2. Bold=false | Bold     | Bold
3. Bold=true  | Non-Bold | Bold
4. Bold=true  | Bold     | Bold

The bug is that the .colorscheme entry file should be a tri-state option
(Bold=True, Bold=False, Bold=UseCurrentFormat (ie. use the font style requested
by the terminal application)) at the moment if the terminal application asks
for bold it will always get bold.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list