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
Currently, the library always echoes key strokes on the prompt.
I was able to prevent this using the following code, but it would be great if it was optional.
console.$prompt_left = $('<div></div>');
The text was updated successfully, but these errors were encountered:
Care to mention your use case? Is it for a password prompt?
Sorry, something went wrong.
Yes. I'm building a "hacking" game, and a visible password looks terrible.
here is where the echo happens. https://github.com/replit/jq-console/blob/4923dbe841f5c894d133afb6e3681fa149383b2f/src/jqconsole.coffee#L793
Maybe add an option somewhere to disable it (echo: true/false). Patches welcome
No branches or pull requests
Currently, the library always echoes key strokes on the prompt.
I was able to prevent this using the following code, but it would be great if it was optional.
console.$prompt_left = $('<div></div>');
The text was updated successfully, but these errors were encountered: