Closed

Description
Describe the bug
When I have gitui running in an iTerm tab, gitui triggers activity in the tab when I switch to another tab, despite the program being idle. I imagine it triggers for other terminal emulators, but I'm not in a position to easily test this.
To Reproduce
Steps to reproduce the behavior:
- Open an iTerm2 window with some tabs configured to show terminal activity
- Open gitui in a tab
- Switch to another tab
- Observe activity in gitui's tab despite the program being idle
Expected behavior
I would expect an idle program to not trigger activity in my terminal emulator.
Context (please complete the following information):
- macOS 11.4
- GitUI Version 0.16
- Rust version: 1.52.1
Additional context
This happens in very large repos (e.g. a full clone of rust-lang/rust) and medium size repos (a work project), but not some nascent personal projects with just a few commits.