Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use noline for line editing #23

Closed
eivindbergem opened this issue Aug 26, 2024 · 2 comments
Closed

Use noline for line editing #23

eivindbergem opened this issue Aug 26, 2024 · 2 comments

Comments

@eivindbergem
Copy link
Contributor

I'm the maintainer of a no_std line editor called noline. I'd like to use noline as the line editor for menu.

With noline you get:

  • Proper ANSI terminal line editing with arrow navigation and emacs-style keybindings
  • Sans IO core, supporting both sync and async
  • Generic over storage buffer, can be static or heap allocated
  • Line history

I need menu for a work project, so I have time to do the integration. This might cause some breaking changes to menu, so I'm checking if this is something that you're interested in. If not, I'll just make a fork, so no worries.

@thejpster
Copy link
Member

This sounds very cool, but can we make the integration optional - for anyone who is happy with it as it is?

@eivindbergem
Copy link
Contributor Author

eivindbergem commented Aug 27, 2024

Sure, we could put it behind a feature gate :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants