[konsole] [Bug 482985] Konsole ignores the \e[0;1m reset code
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Wed Mar 13 09:03:17 GMT 2024
https://bugs.kde.org/show_bug.cgi?id=482985
tcanabrava at kde.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tcanabrava at kde.org
--- Comment #4 from tcanabrava at kde.org ---
(In reply to Thomas Lübking from comment #3)
> 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…
Friendly reminder that each time a snarky remark is done, morale decreases and
good people that would help solve bugs, will disappear.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list