├── LICENSE.txt ├── Makefile ├── README.md ├── color.c ├── console.c ├── linux_install.sh ├── screen.c ├── sound.c ├── test.c ├── text.c └── textmode.h /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teefoss/textmode/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teefoss/textmode/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teefoss/textmode/HEAD/README.md -------------------------------------------------------------------------------- /color.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teefoss/textmode/HEAD/color.c -------------------------------------------------------------------------------- /console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teefoss/textmode/HEAD/console.c -------------------------------------------------------------------------------- /linux_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teefoss/textmode/HEAD/linux_install.sh -------------------------------------------------------------------------------- /screen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teefoss/textmode/HEAD/screen.c -------------------------------------------------------------------------------- /sound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teefoss/textmode/HEAD/sound.c -------------------------------------------------------------------------------- /test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teefoss/textmode/HEAD/test.c -------------------------------------------------------------------------------- /text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teefoss/textmode/HEAD/text.c -------------------------------------------------------------------------------- /textmode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teefoss/textmode/HEAD/textmode.h --------------------------------------------------------------------------------