-
-
Notifications
You must be signed in to change notification settings - Fork 607
gitui triggers terminal activity all the time, even when it's inactive #764
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
Comments
duplicate of #523 |
I’m not sure this is the case; an application can run without triggering activity in the terminal. Things like vim run in my terminal all day and don’t trigger activity. Am I missing something?
|
what does that mean, do you think you observe a different issue than #523 ? |
Yes. My terminal is configured to flag activity on output, not based on whether the application in the terminal is on the CPU. If I delay output to the terminal (e.g. something like |
how does this work? will this be triggered if anything is updated on the terminal text buffer? |
@anahata0108 I found the reason why that indicator lighted up all the time, this is fixed and now aligned exactly with the 2 second interval of us polling for changes on the file system. this means now it is a dup of #1 and will be better once we have that implemented and do not need to poll anymore. |
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:
Expected behavior
I would expect an idle program to not trigger activity in my terminal emulator.
Context (please complete the following information):
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.
The text was updated successfully, but these errors were encountered: