We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suppose the tab bar looks like this: (| marks screen bounds)
|
| < some_server #chan1 #chan2 |
Because there are tabs to the left of what's seen on the screen, if I close some_server we should scroll left. Currently it looks like this:
some_server
| < |
The text was updated successfully, but these errors were encountered:
tui: Scroll left when there's room in tab bar after closing tabs
7c63419
Fixes #164
aef5149
Successfully merging a pull request may close this issue.
Suppose the tab bar looks like this: (
|
marks screen bounds)Because there are tabs to the left of what's seen on the screen, if I close
some_server
we should scroll left. Currently it looks like this:The text was updated successfully, but these errors were encountered: