An open API service indexing awesome lists of open source software.

https://github.com/dowscope/cli-window


https://github.com/dowscope/cli-window

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# CLI Window System
>**This is a linux app only**

The purpose of this git is to provide an example of a C++ program that will, while using the console, create a way to have different windows of information.

To run download clone the repo or download to a directory. In said directory type the following command.

```bash
make
```

once this has completed with zero errors type this in the prompt.

```bash
./prog.run
```
You should see three windows open in the console and be able to move about them.