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

Use different readline buffers in Android and interactive Python shells #45

Closed
ghost opened this issue Jan 2, 2013 · 0 comments
Closed
Labels

Comments

@ghost
Copy link

ghost commented Jan 2, 2013

When entering an Android or interactive Python shell, readline is left enabled. This means that we still provide readline support, but the buffer is shared with the main Mercury application. This sucks, because we start providing Mercury commands in the Linux shell and vice-versa.

We also provide Mercury command-line completion where it is not appropriate.

It would be better if we could distingush between different environments, and swap out the completer with a more appropriate one.

@ghost ghost self-assigned this Feb 5, 2013
@ghost ghost closed this as completed Mar 28, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants