spring-shell icon indicating copy to clipboard operation
spring-shell copied to clipboard

Bind all keys in view framework

Open jvalkeal opened this issue 2 years ago • 0 comments
trafficstars

Current trouble with jline is that if you don't bind a key in its BindingReader we use, things get through into a shell and may mess up terminal itself.

We bind keys in our KeyBinder which currently just binds subset of available options. Short term we should bind all available keys. Other work to consider is to bypass BindingReader and do things manually.

jvalkeal avatar Jul 22 '23 13:07 jvalkeal