├── Makefile ├── README.txt ├── TinyCurses.c ├── TinyCurses.h ├── TinyCursesC.c └── TinyCursesC.h /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyettinger/TinyCurses/HEAD/Makefile -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyettinger/TinyCurses/HEAD/README.txt -------------------------------------------------------------------------------- /TinyCurses.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyettinger/TinyCurses/HEAD/TinyCurses.c -------------------------------------------------------------------------------- /TinyCurses.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyettinger/TinyCurses/HEAD/TinyCurses.h -------------------------------------------------------------------------------- /TinyCursesC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyettinger/TinyCurses/HEAD/TinyCursesC.c -------------------------------------------------------------------------------- /TinyCursesC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommyettinger/TinyCurses/HEAD/TinyCursesC.h --------------------------------------------------------------------------------