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

Unknown methods crash terminal #374

Closed
ShMcK opened this issue Jul 23, 2016 · 2 comments
Closed

Unknown methods crash terminal #374

ShMcK opened this issue Jul 23, 2016 · 2 comments

Comments

@ShMcK
Copy link

ShMcK commented Jul 23, 2016

Unknown methods with a length of more than one cause HyperTerm to consistently crash.

a.b
> a.b: command not found

ab.a
> ab.a: command not found

a.ab
> CRASH

ab.ab
> CRASH
@ekmartin
Copy link
Contributor

With crash, do you mean that the term turns into a black screen? If so, that's because Hyperterm thinks ab.ab is an URL and tries to open it in a webview (you can exit with CTRL+C).

It would probably be smart to listen to did-fail-load and display an error page whenever it happens though.

@ShMcK
Copy link
Author

ShMcK commented Jul 24, 2016

Yes, the screen goes black. I hadn't realized HyperTerm had a webview.

Perhaps using a better url parser might help as well: some suggestions.

Closing issue in favor of #382

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