Skip to content

Commit

Permalink
add comment about tree of panes
Browse files Browse the repository at this point in the history
  • Loading branch information
PankajBhojwani committed Oct 26, 2021
1 parent 41f4a68 commit c8000ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/cascadia/TerminalApp/TerminalTab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -494,9 +494,10 @@ namespace winrt::TerminalApp::implementation
// - Split the focused pane in our tree of panes, and place the
// given pane into the tree of panes according to the split
// Arguments:
// - splitType: The type of split we want to create.
// - splitType: The type of split we want to create
// - splitSize: The size of the split we want to create
// - pane: The new pane to add to the tree of panes
// - pane: The new pane to add to the tree of panes; note that this pane
// could itself be a parent pane/the root node of a tree of panes
// Return Value:
// - <none>
void TerminalTab::SplitPane(SplitDirection splitType,
Expand Down

0 comments on commit c8000ae

Please sign in to comment.