Summary: | NeoVim versail split view glitch when scrolling | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Carl Schwan <carl> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | ninjalj |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | video |
Description
Carl Schwan
2021-11-28 22:52:50 UTC
Konsole exports TERM=xterm-256color by default. For some time now, the terminfo entry for xterm-256color includes the smglr capability to set the left and right margins (a VT420+ feature). Konsole doesn't support left/right margins. A possible workaround would be to export TERM=konsole-256color before starting neovim. The drawback to this is that connecting to hosts which have no terminfo/termcap entry for konsole-256color can cause strange issues: see for example https://bugs.kde.org/show_bug.cgi?id=431697 for an issue caused by connecting to a host with no entry for xterm-256color. |