Comment # 6 on bug 1140295 from
(In reply to Martin Li��ka from comment #0)
> After a recent update of TW I see a broken layout with nvim in diff mode
> (-d) when a scroll down. I attach a screenshot before and after CTRL-L.
> 
> I tested that this is broken:
> $ env | grep TERM
> COLORTERM=1
> TERM=xterm-256color
> 
> If I test this:
> $ TERM=xterm /usr/bin/nvim -d 
> 
> it's broken. But TERM=linux is fine. I'm using gnome-terminal, but I see the
> same in KDE konsole. Note that vim is fine and I've also tried to build a
> bit older nvim release and it's also broken on the TW.

Use

  TERM=gnome

or

  TERM=gnome-256color

note that the TERM variable does never program a terminal nor terminal emulator
but only describes it.

The same holds true for konsole, that is

  TERM=konsole

or

  TERM=konsole-256color

should do the job. And yes I'm aware that the keyboard completion via readline
might not (fully) work


You are receiving this mail because: