|
From: Amit B. <ami...@gm...> - 2019-01-15 04:51:25
|
Thank you so much, it works! On Mon, Jan 14, 2019 at 5:49 PM Araki Ken <ara...@us...> wrote: > Hi, > > From: Amit Beka <ami...@gm...> > Subject: [Mlterm-dev-en] Redrawing bug with nvim > Date: Wed, 9 Jan 2019 21:28:56 +0200 > Message-ID: < > CAM...@ma...> > > > I'd like to share a bug I can't understand: > > I am using neovim, and I have two files, the first with two lines: > > [image: image.png] > > > > The second file have only the first and third line: > > [image: image.png] > > > > When I switch from the first file to the second, the second line (which > > supposed to be empty) "hangs" there as a ghost line like this: > > [image: image.png] > > If I switch from the second file (with 3 lines) to the first, it renders > > correctly. > > > > I tries to pinpoint it by changing to regular vim, disabling line > numbers, > > and also compiling mlterm --with-gui=wayland or disabling optimized > > redrawing, but nothing helped. > > > > My version: > > mlterm version 3.8.6 post/2019-01-03 > > Features: otl ssh implugin imagelib(builtin) utmp > > > > I am using Arch linux with wayland (although this version is using xlib). > > > > No errors on the log file, attached are pts files. > > Thanks for your detailed report. > > I think the attached patch will fix this problem. > Please try it. > > Regards, > > --- > Araki Ken > ara...@us... > |