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

--- Comment #6 from terrycc...@gmail.com <terrycc...@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 watching all bug changes.

Reply via email to