koutil
|
#include "koutil/term/style.h"
#include "koutil/util/utils.h"
#include <cassert>
#include <csignal>
#include <cstddef>
#include <cstdlib>
#include <functional>
#include <iostream>
#include <memory>
#include <stack>
#include <string_view>
Go to the source code of this file.
Classes | |
struct | koutil::term::Dimensions |
Represents the dimensions of the terminal buffer. More... | |
class | koutil::term::terminal |
Namespaces | |
namespace | koutil |
namespace | koutil::term |
Enumerations | |
enum class | koutil::term::ColorSupport { koutil::term::COLOR16 , koutil::term::COLOR256 , koutil::term::TRUE_COLOR } |
Enumerates the levels of color support for the terminal. More... | |