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 statusbar actlist respect the /statusbar show setting #1978

Merged
merged 3 commits into from
Jun 20, 2024

Conversation

jubalh
Copy link
Member

@jubalh jubalh commented Jun 19, 2024

This lets users use the actlist and decide if they want to see name or numbers.

Fix #1974

@jubalh jubalh added the feature label Jun 19, 2024
@jubalh jubalh added this to the next milestone Jun 19, 2024
@jubalh jubalh self-assigned this Jun 19, 2024
@jubalh
Copy link
Member Author

jubalh commented Jun 19, 2024

@weiss @sjaeckel could one of you review?

This lets users use the actlist and decide if they want to see name or
numbers.

The old behaviour can be achieved with:
```
/statusbar hide read
/statusbar hide name
/statusbar show number
/statusbar tabmode actlist
```

Fix #1974
We already got that just a couple of lines above..
When using `/statusbar tabmode actlist` and `/statusbar self user` then we get `[00:23] [user]` and now `[00:23] [1:user]` where `1` is the active tab. The active tab is only displayed with fulljid.

This commit fixes 7d290b0.

Fix #1980
@jubalh jubalh merged commit 29fd819 into master Jun 20, 2024
5 checks passed
@jubalh jubalh deleted the feat/1974-actlist branch June 20, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

statusbar actlist doesnt respect /statusbar show setting
1 participant