[konsole] [Bug 482985] Konsole ignores the \e[0;1m reset code

Thomas Lübking bugzilla_noreply at kde.org
Wed Mar 13 08:38:11 GMT 2024


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

--- Comment #3 from Thomas Lübking <thomas.luebking at gmail.com> ---
export LESS_TERMCAP_mb=$'\e[1;34m'     # begin bold
export LESS_TERMCAP_md=$'\e[1;34m'     # begin blink
export LESS_TERMCAP_so=$'\e[01;44;37m' # begin reverse video
export LESS_TERMCAP_us=$'\e[01m'       # begin underline
export LESS_TERMCAP_me=$'\e[0m'        # reset bold/blink
export LESS_TERMCAP_se=$'\e[0m'        # reset reverse video
export LESS_TERMCAP_ue=$'\e[0m'        # reset underline
export GROFF_NO_SGR=1                  # for konsole and gnome-terminal, no
idea whether that's still required

Obviously first check whether the environment is set and then don't override
that.

Doing this by manipulating the palette will trigger false positives and
occasionally lead to blue-on-blue invisible text.

Nothing has changed in the last decade w/ the VDG…

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list