Bug 392341 - Zooming not possible in neovim when guicursor enabled
Summary: Zooming not possible in neovim when guicursor enabled
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 17.12.2
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-26 01:05 UTC by sedrubal
Modified: 2019-09-28 21:50 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sedrubal 2018-03-26 01:05:26 UTC
When neovim is opened in konsole and guicursor is set (to `guicursor=n-v-c-sm:block,i-ci-ve:ver25,r-cr-o:hor20,a:blinkon0` which is default) it is not possible to zoom any more using Ctrl + mouse wheel as the zoom level jumps back to the original level all the time. `:set guicursor=` fixes the problem, but then the cursor remains a block all the time (nvim usually sets the cursor to a beam when it is in insert mode).

I think this bug may be related to Bug 347323 but I'm not sure.
Comment 1 poseidon 2019-09-26 05:15:05 UTC
Unable to reproduce with freshly built NVIM v0.5.0-64-gcb2520717 and konsole 19.11.70. My $TERM is xterm-256color, which may also be relevant.
Comment 2 sedrubal 2019-09-28 21:50:40 UTC
I'm not able to reproduce it neither any more.