FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
pixel.hpp
Go to the documentation of this file.
1
// Copyright 2024 Arthur Sonzogni. All rights reserved.
2
// Use of this source code is governed by the MIT license that can be found in
3
// the LICENSE file.
4
#ifndef FTXUI_SCREEN_PIXEL_HPP
5
#define FTXUI_SCREEN_PIXEL_HPP
6
7
#include "
ftxui/screen/cell.hpp
"
8
9
namespace
ftxui
{
10
using
Pixel
=
Cell
;
11
}
// namespace ftxui
12
13
#endif
// FTXUI_SCREEN_PIXEL_HPP
cell.hpp
ftxui::Cell
A Unicode character and its associated style.
Definition
cell.hpp:15
ftxui
The FTXUI ftxui:: namespace.
Definition
animation.hpp:10