jupyter-xeus / cpp-terminal

C++ library for writing multiplatform terminal applications
https://jupyter-xeus.github.io/cpp-terminal/
Other
522 stars 55 forks source link

Make `Term::prompt_multiline` support Alt+Backspace #227

Open avighnac opened 1 year ago

avighnac commented 1 year ago

On a normal Linux command line, Alt+Backspace erases an entire word. Supporting that would be a nice enhancement.

MCWertGaming commented 1 year ago

Yeah, we are currently working on improving the base functional and overall design. I sadly hadn't time yet to look into the prompt code. But I'll look into this when we are getting there, thanks!