TUI generation library for C on Windows.
This repository has been archived on 2021-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Simon 7a65e6f15c - Added different style options
- Fixed a bug which caused the '> ' to not display properly
- Now supporting BLANKS
2019-12-21 19:53:19 +01:00
.gitignore Added existing project 2019-12-19 14:51:51 +01:00
LICENSE Initial commit 2019-12-19 14:43:20 +01:00
MenuLib.cpp Added existing project 2019-12-19 14:51:51 +01:00
MenuLib.sln Added existing project 2019-12-19 14:51:51 +01:00
MenuLib.vcxproj Added existing project 2019-12-19 14:51:51 +01:00
MenuLib.vcxproj.filters Added existing project 2019-12-19 14:51:51 +01:00
MenuLib.vcxproj.user Added existing project 2019-12-19 14:51:51 +01:00
README.md Initial commit 2019-12-19 14:43:20 +01:00
framework.h Added existing project 2019-12-19 14:51:51 +01:00
menu.c - Added different style options 2019-12-21 19:53:19 +01:00
menu.h - Added different style options 2019-12-21 19:53:19 +01:00
pch.cpp Added existing project 2019-12-19 14:51:51 +01:00
pch.h Added existing project 2019-12-19 14:51:51 +01:00

README.md

MenuLib

CUI generation library for C on Windows