-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add setting for displaying all borders on active pane #4666
Comments
Questions:
|
If there are multiple panes, all borders should be visible on the pane that has focus. If there is only a single pane, the border is unnecessary.
No. Covering content in neighboring panes should be okay, but can be avoided if inter-pane spacing is appropriately sized (if all borders are drawn, that spacing can be shared in ways it cannot be, today). The question of what to do with the edges that correspond to the tab window itself is a slightly tricky one, of course.
No. You risk weird UI behaviors doing so (eg, scroll bars pop into existence for no apparent reason). |
Actually, yeah, I'd like to roll this into /dup #3062. Providing better visual differentiation for focused versus unfocused terminals is going to do a lot more to solve this than adding another border option. |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Environment
Steps to reproduce
Expected behavior
The UI clearly shows which pane has focus.
Actual behavior
The current design (#994) just highlights the internal borders between panes: it doesn't fully encircle the pane or provide other UI cues to the user. The shift in line placement in this case is about one line width, making the difference relatively imperceptible and largely useless at that point.
Straw man suggestion
The existing design relies on having multiple cells to allow for disambiguation. I'd suggest just showing all borders of the pane that has focus, making it clear in all cases.
The text was updated successfully, but these errors were encountered: