FTXUI  0.9.0
C++ functional terminal UI.
Loading...
Searching...
No Matches
terminal.hpp
Go to the documentation of this file.
1#ifndef FTXUI_CORE_TERMINAL_HPP
2#define FTXUI_CORE_TERMINAL_HPP
3
4namespace ftxui {
5struct Dimensions {
6 int dimx;
7 int dimy;
8};
9
10namespace Terminal {
12
20} // namespace Terminal
21
22} // namespace ftxui
23
24#endif /* end of include guard: FTXUI_CORE_TERMINAL_HPP */
25
26// Copyright 2020 Arthur Sonzogni. All rights reserved.
27// Use of this source code is governed by the MIT license that can be found in
28// the LICENSE file.
A class representing terminal colors.
Definition color.hpp:17
Color ColorSupport()
Definition terminal.cpp:81
Dimensions Size()
Definition terminal.cpp:21