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

Make last ping update display configurable #19

Open
nate-johnston opened this issue Jun 19, 2018 · 1 comment
Open

Make last ping update display configurable #19

nate-johnston opened this issue Jun 19, 2018 · 1 comment

Comments

@nate-johnston
Copy link

When I am using hatcog in my tmux, I notice that tmux is often noting activity in idle chat windows. I believe this is because the "last ping" number is updating in the corner. I don't want to set monitor-activity off, because I really want to see when people are chatting in the channels.

I think what would be best is a configuration option to disable updates the last ping display (possibly user count changes as well) except when the user is actively typing or sending a message. It would be "use at your own risk" because it defeats the purpose of the last ping field, but it is more congruent with tmux activity notifications.

@grahamking
Copy link
Owner

I'm really happy to hear someone out there is still enjoying hatcog! I haven't worked on it in years. I'd be happy to accept a pull request though.

nate-johnston added a commit to nate-johnston/hatcog that referenced this issue Jun 22, 2018
The default 'monitor-activity' behavior in tmux will show activity when
something changes on the screen.  This will get triggered by multiple
things, like the ping time update, a change in the number of total or
active users, or signon-signoff-nickchange messages.  This change adds a
'chatonly' configuration option that supresses all of the above, thus
ensuring that tmux will only see activity that is actual chat traffic.

Closes: grahamking#19
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