grosser / ruco

Desktop-style, Intuitive, Commandline Editor in Ruby. "Better than nano, simpler than vim."
MIT License
130 stars 10 forks source link

Selection using Shift+Arrow keys #13

Open epitron opened 11 years ago

epitron commented 11 years ago

Shift-Arrows selection works with the Left/Right keys, but not the Up/down keys.

grosser commented 11 years ago

you can start ruco with --debug-keys and see what you terminal is sending <-> either it sends some unknown sequence -> I can fix it or it is not sending anything -> bad luck

epitron commented 11 years ago

Not sending anything. :\

grosser commented 11 years ago

so curses is not receiving the key sequence, not much to do then, maybe play with your terminal settings...