A utility library to add quickly a menu system to your command line tool or console application.
There is a Demo project included showcasing some of it's features.
The menu items / selectors are not restricted to single characters. you can mix and match digits and characters etc.
You can have nested menu's and they follow the same principles, exiting the submenus will get you back to the parent menu.
Repositions the cursor through ANSI codes for smooth animations.