[konsole] [Bug 496534] Color of Underline/Undercurl cannot be set within vim when using Konsole

bug-control at kde.org bug-control at kde.org
Fri Nov 22 13:56:19 GMT 2024


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

--- Comment #6 from terrycchau at gmail.com <terrycchau at gmail.com> ---
Good news. I figured out the issue.  Somehow &t_8u is being automatically set
for vim in other terminals but not in konsole.  This is something that needs to
be set in vims end.

Adding the following resolves issues.

```
let &t_8u = "\e[58;2;%lu;%lu;%lum"
```

&t_8u is set in https://github.com/vim/vim/blob/master/src/term.c I think. 
Don't have the time to figure it all out atm.

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


More information about the konsole-devel mailing list