tig-explorer.vim icon indicating copy to clipboard operation
tig-explorer.vim copied to clipboard

hangs when suspended

Open njthomas opened this issue 1 year ago • 3 comments

If go into tig from vim, if I suspend the tig process with Ctrl-Z, everything hangs.

The only way to get out is to send SIGCONT to the tig process from the command line.

njthomas avatar Apr 01 '23 21:04 njthomas

Thank you for bringing up the issue with tig-explorer.vim.

I haven't encountered this issue myself as I don't often use Ctrl-Z to suspend processes, but I'll try to replicate it on my end to see if I can provide any insight or a potential solution.

iberianpig avatar Apr 06 '23 11:04 iberianpig

Looks like this is a Vim issue: https://github.com/vim/vim/issues/10369

njthomas avatar Aug 06 '23 05:08 njthomas

It seems so. I was also able to reproduce it with :!tig and Ctrl-Z.

iberianpig avatar Aug 06 '23 15:08 iberianpig