Closed
Description
- When I run a rails app with byebug enabled I am able to enter commands and navigate up and down my byebug command history with the arrow keys.
- When I run the same rails app under supervisor and then foreground the service (
supervisorctl fg rails
) I am unable to use the arrow keys as expected. Pressing the up key, for instance, enters^[[A
:
Is there a way to make my arrow keys behave under supervisor as they do when not under supervisor?