austinjones / tab-rs

The intuitive, config-driven terminal multiplexer designed for software & systems engineers
MIT License
660 stars 29 forks source link

ERR: TerminalBus/main_recv #345

Open GuillaumeFavelier opened 3 years ago

GuillaumeFavelier commented 3 years ago

Hello, first of all thank you for this package, I'm new to tab-rs and it might be exactly what I need.

Unfortunately, I ran into the following issue while switching tabs with ctrl+t:

20:34:02.855 CMD [ERROR] ERR: TerminalBus/main_recv: tx TerminalRecv::Stdout

then just after finishing the selection, it basically hangs and I have to restart the terminal to recover. Note that the interface for switching is still available with ctrl+t, the problem is when I press Enter to select a tab.

Is there something I did wrong? Are you aware of this issue?

I installed using cargo install tab and I can reproduce on termite and alacritty. I am on Arch linux and I use zsh.

I quickly looked at the existing issues and did not see anything similar but sorry if it's a duplicate.

https://user-images.githubusercontent.com/18143289/109713569-ad289080-7ba1-11eb-923f-99b6b42ca2d0.mp4

austinjones commented 3 years ago

Sorry for the slow reply - yeah this looks like a bug. I'll take a look at it.

Thanks for the report!