FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
image.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_IMAGE_HPP
5#define FTXUI_SCREEN_IMAGE_HPP
6
9
10namespace ftxui {
11using Image = Surface;
12} // namespace ftxui
13
14#endif // FTXUI_SCREEN_IMAGE_HPP
A rectangular grid of Cell.
Definition surface.hpp:17
The FTXUI ftxui:: namespace.
Definition animation.hpp:10