Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xterm flickers with gnupg.vim 2.6 #64

Open
ao2 opened this issue Aug 4, 2016 · 3 comments
Open

xterm flickers with gnupg.vim 2.6 #64

ao2 opened this issue Aug 4, 2016 · 3 comments

Comments

@ao2
Copy link

ao2 commented Aug 4, 2016

Hi,

I updated from gnupg.vim 2.5 to 2.6 and I started to notice that xterm flickers when opening a .gpg file with vim, before showing the key prompt from gpg. The issue is a lot more visible with a full screen xterm.

I do not see the issue with other terminal emulators, so it might be a xterm+vim issue which gnupg.vim triggers; I bisected the history and I found out that the issue has been introduced in commit bd3ebdf from issue #17.

For now I can live with just commenting the term rediscovery workaround, but I wanted tor report that the workaround from commit bd3ebdf may have side effects like the one I am experiencing.

Thanks,
Antonio

@jamessan
Copy link
Owner

jamessan commented Aug 4, 2016

Yeah, I know there are side effects, but a flicker in the redraw is better than not being able to use various keys on your keyboard.

@ao2
Copy link
Author

ao2 commented Aug 4, 2016

@jamessan if there is no easy solution could we make the workaround optional, guarding it with a config variable?
Even with a default to ON it'd be OK for me, so I can at least disable it via .vimrc instead of patching the plugin.

I can send a patch for that if the approach is fine with you.

Thanks,
Antonio

@ao2
Copy link
Author

ao2 commented Nov 14, 2016

Just for the records, by reverting the workaround from bd3ebdf and using pinentry-tty I avoid both the issue from #17 and the flickering from this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants