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

exiting murex from parent bash requires reseting #2

Closed
kriskropd opened this issue May 22, 2017 · 2 comments
Closed

exiting murex from parent bash requires reseting #2

kriskropd opened this issue May 22, 2017 · 2 comments

Comments

@kriskropd
Copy link

The first time I loaded ./murex, I ran ls then exit
When returned to bash, no text would appear on prompt. I had to run reset
Might be an issue with pty dependency - I haven't looked into it much further than that yet.

@lmorg
Copy link
Owner

lmorg commented May 22, 2017

Hi

Thanks for trying the project out.

The issue was the terminal needs to be put into a "raw" mode when running interactively so key presses don't get echoed. I'd just forgotten to put it back into normal mode after exiting. The latest commit (7b8e89f) fixes the issue for me so hopefully will work for you too.

@kriskropd
Copy link
Author

kriskropd commented May 22, 2017

Thanks for the explanation.
I can confirm that did fix the issue. :)

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