Closed koro666 closed 4 years ago
What do I need to do to get this merged?
Sorry about the delay. The only issue I see is the possible confusion regarding the setting being 'disabled' if the VTE version isn't high enough. It may be better to make the entire patch conditional to the version, even though it might then add some temporary clutter to the code until the VTE requirement supersedes the version checks.
Thanks for your feedback. Made the widgets hidden instead of disabled.
VTE 0.52 added "bold is bright" setting with the
vte_terminal_set_bold_is_bright
function, and subsequently turned it off by default in 0.56.This adds the setting to LXTerminal as well as the UI to control it.