https://bugs.kde.org/show_bug.cgi?id=421833
Pau Ruiz Safont <unduthe...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |unduthe...@gmail.com --- Comment #6 from Pau Ruiz Safont <unduthe...@gmail.com> --- I've narrowed it down to these lines in my config.fish: set -x LESS_TERMCAP_mb (printf "\e[01;31m") # begin blinking set -x LESS_TERMCAP_md (printf "\e[01;31m") # begin bold set -x LESS_TERMCAP_me (printf "\e[0m") # end mode set -x LESS_TERMCAP_se (printf "\e[0m") # end standout-mode set -x LESS_TERMCAP_so (printf "\e[01;44;33m") # begin standout-mode - info box set -x LESS_TERMCAP_ue (printf "\e[0m") # end underline set -x LESS_TERMCAP_us (printf "\e[01;32m") # begin underline -- You are receiving this mail because: You are watching all bug changes.