Improve console input handling
Open
enhancement
- Dominant language
- C
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the console accepts only Latin characters (also transforms to lowercase) and spaces. This will bring difficulties when implementing more advanced commands.
We need to enhance this implementation, allowing symbols, and uppercase characters as well.
Some arrow navigation implementation would also become very handy (repeat the last command, go up in history, seek through the input, etc.).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.