-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange caracters in the terminal #48
Comments
This is pretty much normal, if those keystrokes are not handled by the programmer. For instance try the |
@IPlayZed you are righ. Catching arrow keys etc. on console requires a bit more involved and platform specific code and that is the reason I haven't implemented it. My goal was to keep the source code relatively simple and concise. I also tried to avoid 3rd party library dependencies. Proper console inputs with arrow key and tab support would require either TUI library like Curses or alternatively platform specific implementations for every relevant platform. |
FWIW I just added a pull request to incorporate readline for linux/osx (don't know enough WIN32 any more to even be dangerous). I think this takes care of this and issue #51 as well. |
Related to #51 |
Hello,
When I launch mcron in a linux terminal, the arrows to move inside the line are not recognised :
The
@test^[[D^[[D
are arrows keystrokes to the left, after writingtest
I don't know if the issue is related to the terminal or the software.
Regards,
Brownie
The text was updated successfully, but these errors were encountered: