microsoft/Terminal

Option to Display Full Border in Split Panes

Open

#12,186 opened on Jan 18, 2022

View on GitHub
 (7 comments) (6 reactions) (0 assignees)C++ (3,212 forks)batch import
Area-UserInterfaceHelp WantedIssue-TaskProduct-Terminal

Repository metrics

Stars
 (35,764 stars)
PR merge metrics
 (Avg merge 27d 19h) (24 merged PRs in 30d)

Description

Option to Display Full Border in Split Panes

Having a highlighted border around the active pane is very useful. However, when using only two panes, the "border" is simply a highlighted line between them. At a glance, it is very difficult to tell which is the active one (if I can't readily see the cursor). I've often resorted to Alt-Left Alt-Right, or Alt-Up Alt-Down, a few times so the line wiggles a bit so I know which one I'm on. (Could also click, but I avoid the mouse).

Proposed technical implementation details (optional)

I think it would very useful and help improve productivity if the active border was a complete rectangle border around the whole active pane. Or at least, an option to toggle it like that. Even with more than just two panes, I still think it would visually help a lot to know which pane is active.

image

Thanks very much for working on Terminal! I think it's great and use it every day. 👍🏼

Contributor guide