cpp-terminal
cpp-terminal copied to clipboard
C++ library for writing multiplatform terminal applications
We should copy the standalone version of the `colors.cpp` exampe program in the CI script so one don't have to sopy it manually every time.
I think we should add small copyright headers to the header files. Something like: ``` /* ================= * CPP-Terminal * A small library for controling modern terminals * (c) 2021...
It would be nice to have a simple interface for parsing arguments passed from the command line.
It would be nice to have the ability to use managed windows inside of an existing one and/or next to one another. I'm thinking about using CPP-Terminal for TUI applications...
#196 changed the include from using to "". We should investigate if there is a case with cmake that actually requires "".
We should add documentation on installing the library using cmake: - [ ] install on linux as shared library - [ ] use cpp-terminal as shared library on linux -...
Maybe we could adapt this library https://github.com/ikalnytskyi/termcolor it looks very convenient and not so big and `cpp-terminal` have already some function provided.. From the license it seems you could take...
This PR updates the window class to handle 24bit / 8bit and 4bit colors in one implementation. Fixes #128, #96, #107. WIP: #108.
We might want to discuss changes to the header structure once the most important features are implemented. See https://github.com/jupyter-xeus/cpp-terminal/pull/191#discussion_r971337556 for reference.