Hello everyone, I'm trying to build an application with a command-line interface (CLI). I want to be able to navigate a command-line menu with arrow keys.
However, I can't figure out how to change the behavior of key strokes, e.g. arrow keys. I know it's possible to do this by modifying ".juliarc.jl", but I want to be able to achieve my goal from within my application itself. Anyone know how I may be able to specify behavior for different key strokes? Thanks, Yousef
