Getting the terminal title on update #302
Closed
austincondiff
started this conversation in
General
Replies: 1 comment 2 replies
-
Yes there is a delegate method called when the title changes |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to get the terminal title and update it whenever it changes so that I can display it in my view. Is there currently any way to do this? All I see in the API documentation is a
setTitle
function.To give you a little context, I am creating tabbed UI for my terminals in CodeEdit here in this PR. As you can see in the image below, I'd like the title that you can see in Terminal.app, to be the title of my tab. When this title updates, I'd like it to be reflected in the tab's title.
Beta Was this translation helpful? Give feedback.
All reactions