FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
screen_interactive.hpp
Go to the documentation of this file.
1
// Copyright 2020 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_COMPONENT_SCREEN_INTERACTIVE_HPP
5
#define FTXUI_COMPONENT_SCREEN_INTERACTIVE_HPP
6
7
#include "
ftxui/component/app.hpp
"
8
9
namespace
ftxui
{
10
using
ScreenInteractive
=
App
;
11
}
// namespace ftxui
12
13
#endif
/* end of include guard: FTXUI_COMPONENT_SCREEN_INTERACTIVE_HPP */
app.hpp
ftxui::App
App is a Screen that can handle events, run a main loop, and manage components.
Definition
app.hpp:34
ftxui
The FTXUI ftxui:: namespace.
Definition
animation.hpp:10