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

keyboard : TAB, CRTL+R reverse-i-search #74

Open
ppacory opened this issue Nov 27, 2024 · 1 comment
Open

keyboard : TAB, CRTL+R reverse-i-search #74

ppacory opened this issue Nov 27, 2024 · 1 comment

Comments

@ppacory
Copy link

ppacory commented Nov 27, 2024

Just a quick question about the keyboard: is readline used within cowash? I noticed that history and CTRL+R reverse-i-search seem to be partially functional, but the display doesn’t follow. The same goes for tabulation and automatic command autocompletion. Is this planned?

@williamstein
Copy link
Contributor

Just a quick question about the keyboard: is readline used within cowash?

readline is GPL licensed so can't be used in cowash, as I want the entire distribution to be BSD licensed (as free as possible). Instead, cowash uses https://www.thrysoee.dk/editline/ which provides a similar api to readline, but is BSD licensed.

Is this planned?

All work has stopped on cowasm for now. It's fully open source, so if somebody else wants to get involved with working on the project, I'm happy to encourage them in whatever way helps. But I don't currently have the time or resources to work on this right now. I hope I get to come back to it later.

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