wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[Advanced Console] Improve console implementation for better UX #83

Closed trylimits closed 9 years ago

trylimits commented 9 years ago

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.

trylimits commented 9 years ago

Issue fixed. Implemented in above commits.