Skip to content

Commit

Permalink
fix iTerm2 multiple selection #60
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnywong committed Dec 8, 2023
1 parent c1f14ff commit 8070142
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tssh/tmgr_iterm2.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@ func (m *iterm2Mgr) openPanes(hosts []*sshHost) {
}

func getIterm2Manager() terminalManager {
if os.Getenv("ITERM2_COOKIE") == "" {
debug("no ITERM2_COOKIE environment variable")
return nil
}
if os.Getenv("ITERM_SESSION_ID") == "" {
debug("no ITERM_SESSION_ID environment variable")
return nil
Expand Down

0 comments on commit 8070142

Please sign in to comment.