-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Ability to identify pane ids #10708
Copy link
Copy link
Open
Labels
Area-UserInterfaceIssues pertaining to the user interface of the Console or TerminalIssues pertaining to the user interface of the Console or TerminalIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Metadata
Metadata
Assignees
Labels
Area-UserInterfaceIssues pertaining to the user interface of the Console or TerminalIssues pertaining to the user interface of the Console or TerminalIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.
Description of the new feature/enhancement
If features are going to be added that rely on the user providing a pane id, e.g.
focus-pane $idorswap-panes -s $sid -t $tidit would be helpful to have a command (perhapsidentify-pane) that identifies what the ids of each pane are. This would require making the currently internal_idpublic, or choosing some other method of identifying each pane.This might look like (briefly?) showing the id centered in each pane (excuse the paint mockup)
Proposed technical implementation details (optional)