You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you hit home/end or page-up/page-down cli-ui crashes with this error: interactive_options.rb:337:in `wait_for_user_input': Interrupt (Interrupt). There are more keys that trigger a crash. Shouldn't at least the home/end page-up/page-down navigate options correctly? What is the intended way to handle the keys which cause a crash?
The text was updated successfully, but these errors were encountered:
Ideally, these keys would not be causing a crash. Home, end, page-up, and page-down sound like useful navigation keys to add behaviour for. For keys that are currently crashing which have no obvious useful behaviour, sounding a terminal bell seems like the more appropriate action. I'd be delighted to review a PR fixing this.
That would be awsome if that could be fixed. I could see the need though to be able to bind keys to an action e.g. insert key would allow to dynamically add elements to the tree for delete would remove them, or a key which would sort the list of values etc. But for now it would be good if it doesn't crash anymore ;-)
Thanks!
When you hit home/end or page-up/page-down cli-ui crashes with this error: interactive_options.rb:337:in `wait_for_user_input': Interrupt (Interrupt). There are more keys that trigger a crash. Shouldn't at least the home/end page-up/page-down navigate options correctly? What is the intended way to handle the keys which cause a crash?
The text was updated successfully, but these errors were encountered: