spring-shell
spring-shell copied to clipboard
Bind all keys in view framework
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.