The current implementation of the console can be considered a simple but working console which does not support:
1.) Backspace
2.) Command history (up down keys)
3.) Cursor movement
This ticket is for discussing the implementation of an advanced console which supports above features. The new implementation cannot use the overriden scanf functionality.
The current implementation of the console can be considered a simple but working console which does not support:
1.) Backspace 2.) Command history (up down keys) 3.) Cursor movement
This ticket is for discussing the implementation of an advanced console which supports above features. The new implementation cannot use the overriden
scanf
functionality.