Skip to content

Commit

Permalink
add comment on what this true is about
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Parpart <[email protected]>
  • Loading branch information
christianparpart committed Dec 31, 2024
1 parent 46cadcf commit 8fff1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contour/TerminalSessionManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ TerminalSession* TerminalSessionManager::activateSession(TerminalSession* sessio

void TerminalSessionManager::addSession()
{
activateSession(createSessionInBackground(), true);
activateSession(createSessionInBackground(), true /*force resize on attach*/);
}

void TerminalSessionManager::switchToPreviousTab()
Expand Down

0 comments on commit 8fff1f5

Please sign in to comment.