We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On some machines it outputs:
"<Term name>": unknown terminal type
That's because of the missing TERM variable. A solution is to force this variable to be set in the pty.js session.
TERM
@chjj Do you think it would be nice to force this to happen in every pty.js session? I'd be glad to commit a fix for that.
The text was updated successfully, but these errors were encountered:
Actually, just don't pass the name option in the options object.
name
Sorry, something went wrong.
Use underscore for private/protected prefix
da19c13
Fixes chjj#120
No branches or pull requests
On some machines it outputs:
That's because of the missing
TERM
variable. A solution is to force this variable to be set in the pty.js session.@chjj Do you think it would be nice to force this to happen in every pty.js session? I'd be glad to commit a fix for that.
The text was updated successfully, but these errors were encountered: