ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Want readline-style editor for getting user input #26

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

Pretty much everything that's needed for providing a readline-style editor/prompt is already in place. All that's needed is some crossterm calls to take care of rendering the EditBuffer, most of which will look pretty similar to what's already done for the TextBox widget.