kaycxx-term
C++ terminal library
Loading...
Searching...
No Matches
Classes
terminal.hpp File Reference

Defines the terminal class. More...

#include <ios>
#include <iostream>
#include <memory>
#include <ostream>
#include <string>
#include <string_view>
#include <kaycxx/term/ansi_mode.hpp>
#include <kaycxx/term/basic_color.hpp>
#include <kaycxx/term/color_style.hpp>
#include <kaycxx/term/cursor_style.hpp>
#include <kaycxx/term/hyperlink.hpp>
#include <kaycxx/term/indexed_color.hpp>
#include <kaycxx/term/input_mode.hpp>
#include <kaycxx/term/rgb_color.hpp>
#include <kaycxx/term/sgr.hpp>
#include <kaycxx/term/terminal_size.hpp>
Include dependency graph for terminal.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kaycxx::term::terminal
 Terminal output and input helper. More...
 

Detailed Description

Defines the terminal class.