-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
Always show focused window number in statusbar #1283
Comments
"focused"? I understand it right what you want is: show all windows in the statusbar. Not just 1 - (max) 10. |
When I move to Win 42, I want 42 to be displayed in the numbers below as "the window I'm currently in". I assume we're on the same page, I just wasn't sure with the "all windows" you mentioned. |
Maybe something like |
And 42 would be the active window in this case or the last one? |
I think it would be nice to show the current window and the max window count. Possibly something like: |
My example was not thought through very well. @janteau did it much better. Also the active window usually has a highlighted color. But i think you get the idea. |
Current paging only shows up to `maxtabs` pages starting from console (1), no matter the current page (tab). It does not allow to see pages near which can be useful if tab names (`/statusbar show names`) are displayed. It can be as well useful to know which exact window number is open and how much more windows are there, at least in the displayed tabs range. It can be as well useful to know messages that are left to current position (and even out of display range) e.g. that you got a message on tab 10, while you are on tab 11 or even 25. Significantly improve navigation by making statusbar paging follow current page and display pages/tabs near. Fix profanity-im#1283 Fix profanity-im#1764
Current paging only shows up to `maxtabs` pages starting from console (1), no matter the current page (tab). It does not allow to see pages near which can be useful if tab names (`/statusbar show names`) are displayed. It can be as well useful to know which exact window number is open and how much more windows are there, at least in the displayed tabs range. It can be as well useful to know messages that are left to current position (and even out of display range) e.g. that you got a message on tab 10, while you are on tab 11 or even 25. Significantly improve navigation by making statusbar paging follow current page and display pages/tabs near. Fix profanity-im#1283 Fix profanity-im#1764
Current paging only shows up to `maxtabs` pages starting from console (1), no matter the current page (tab). It does not allow to see pages near which can be useful if tab names (`/statusbar show names`) are displayed. It can be as well useful to know which exact window number is open and how much more windows are there, at least in the displayed tabs range. It can be as well useful to know messages that are left to current position (and even out of display range) e.g. that you got a message on tab 10, while you are on tab 11 or even 25. Significantly improve navigation by making statusbar paging follow current page and display pages/tabs near. Fix profanity-im#1283 Fix profanity-im#1764
Current paging only shows up to `maxtabs` pages starting from console (1), no matter the current page (tab). It does not allow to see pages near which can be useful if tab names (`/statusbar show names`) are displayed. It can be as well useful to know which exact window number is open and how much more windows are there, at least in the displayed tabs range. It can be as well useful to know messages that are left to current position (and even out of display range) e.g. that you got a message on tab 10, while you are on tab 11 or even 25. Significantly improve navigation by making statusbar paging follow current page and display pages/tabs near. Fix profanity-im#1283 Fix profanity-im#1764
This commit changes the current behaviour which displays always the first tabs until `maxtabs` to display N tabs around the currently selected tab. So if we are having a maxtab of 1 and the actively selected window is 2, then 2 is displayed only. So far we have only displayed `>` to indicate that there are more windows. Since this PR shifts the range of tabs that are displayed we also add `<` indicator now to indicate windows to the left of the currently displayed. Fix profanity-im#1283 Fix profanity-im#1764
This commit changes the current behaviour which displays always the first tabs until `maxtabs` to display N tabs around the currently selected tab. So if we are having a maxtab of 1 and the actively selected window is 2, then 2 is displayed only. So far we have only displayed `>` to indicate that there are more windows. Since this PR shifts the range of tabs that are displayed we also add `<` indicator now to indicate windows to the left of the currently displayed. Fix profanity-im#1283 Fix profanity-im#1764
This commit changes the current behaviour which displays always the first tabs until `maxtabs` to display N tabs around the currently selected tab. So if we are having a maxtab of 1 and the actively selected window is 2, then 2 is displayed only. So far we have only displayed `>` to indicate that there are more windows. Since this PR shifts the range of tabs that are displayed we also add `<` indicator now to indicate windows to the left of the currently displayed. Fix profanity-im#1283 Fix profanity-im#1764
Profanity version: 3c56b28
libstrophe: strophe/libstrophe@c92fc84
Expected Behavior
Show the number of the focused window always, even if > 10.
Current Behavior
Only numbers from 1 to 10 (0) are displayed in the statusbar.
Possible Solution
Either display the number always alongside other numbers, or alongside the room name maybe (sounds even better).
The text was updated successfully, but these errors were encountered: