daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 57 forks source link

No cursor nor bg color when NVIM_GTK_NO_HEADERBAR=1 #108

Closed cdevienne closed 6 years ago

cdevienne commented 6 years ago

When I start nvim-gtk with NVIM_GTK_NO_HEADERBAR=1, the cursor is not visible anymore, and all the bg colors too.

See the difference, here with the headerbar: nvim-gtk headerbar

Without the headerbar: nvim-gtk noheaderbar

aq2 commented 6 years ago

try adding NVIM_GTK_DOUBLE_BUFFER=1 to your env variables

it worked for me, fwiw

cdevienne commented 6 years ago

Much better indeed! Thanks for the workaround!

daa84 commented 6 years ago

Hm, looks like double_buffer needs to be enabled by default

cdevienne commented 6 years ago

Problem solved indeed. Thanks a lot!