Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do terminals have titles? #44

Closed
soliton4 opened this issue Oct 19, 2013 · 1 comment
Closed

do terminals have titles? #44

soliton4 opened this issue Oct 19, 2013 · 1 comment

Comments

@soliton4
Copy link

terminal windows in unix and sometimes even in windows seem to have a title. is there any way to access the title string in pty.js?

@chjj
Copy link
Owner

chjj commented Feb 21, 2014

Some terminal emulators have OSC escape codes which allow them to change title, which means a lot of programs will sometimes send this escape code to set the title of the window. pty.js doesn't have direct access to this unless you parse the escape codes the program is outputting yourself. You coudl use something like https://github.com/chjj/term.js for this.

@chjj chjj closed this as completed Feb 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants