Skip to content

Commit

Permalink
Merge pull request #9801 from takluyver/i9722
Browse files Browse the repository at this point in the history
Don't change terminal title for embedded IPython
  • Loading branch information
minrk committed Jul 25, 2016
2 parents 7d77f3b + 23f7b81 commit 36e8918
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions IPython/terminal/embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ class InteractiveShellEmbed(TerminalInteractiveShell):
display_banner = CBool(True)
exit_msg = Unicode()

# When embedding, by default we don't change the terminal title
term_title = Bool(False,
help="Automatically set the terminal title"
).tag(config=True)

_inactive_locations = set()

@property
Expand Down

0 comments on commit 36e8918

Please sign in to comment.