https://bugs.kde.org/show_bug.cgi?id=383976
Bug ID: 383976
Summary: newer vim outputs $q q on konsole (broken
xterm-256color compatibility)
Product: konsole
Version: 17.08.0
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: emulation
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
According to https://github.com/vim/vim/issues/2008#issuecomment-324476312
This is the usual problem of setting 'term' to "xterm", while the terminal is
not actually xterm compatible. You have to set 'term' to the right value.
So either we change the
echo $TERM
xterm-256color
or ideally we make it xterm compatible
I can try having a look at what needs fixing, but a pointer would be welcome :)
--
You are receiving this mail because:
You are watching all bug changes.