Termmanip is a library that enables you to manipulate the terminal with ease, and create Text user interfaces. This project is not complete and a W.I.P so if you find a bug, drop an issue.
This has been tested to work on Ubuntu.
To build and install you will need binutils, cmake and build-essential.
$ git clone https://github.com/8086ware/termmanip
$ cd termmanip
$ mkdir build/
$ cmake -B build/ -G"(Generator Here)"
$ cd build/
$ (Command for generated build files like make, or ninja)
To build on windows, you will need MSYS2 or Cygwin, it has only been tested to work on those. Run the same commands in the MSYS2/Cygwin terminal after installing the necessary packages.