Open ppacory opened 3 days ago
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.
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?