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
8
9namespace ftxui {
10using Pixel = Cell;
11} // namespace ftxui
12
13#endif // FTXUI_SCREEN_PIXEL_HPP
A Unicode character and its associated style.
Definition cell.hpp:15
The FTXUI ftxui:: namespace.
Definition animation.hpp:10