FTXUI  0.11.0
C++ functional terminal UI.
Loading...
Searching...
No Matches
deprecated.hpp
Go to the documentation of this file.
1#ifndef FTXUI_COMPONENT_DEPRECATED_HPP
2#define FTXUI_COMPONENT_DEPRECATED_HPP
3
5
6namespace ftxui {
7
8Component Input(WideStringRef content,
9 ConstStringRef placeholder,
10 Ref<InputOption> option = {});
11} // namespace ftxui
12
13#endif /* FTXUI_COMPONENT_DEPRECATED_HPP */
14
15// Copyright 2021 Arthur Sonzogni. All rights reserved.
16// Use of this source code is governed by the MIT license that can be found in
17// the LICENSE file.
Component Input(StringRef content, ConstStringRef placeholder, Ref< InputOption > option={})
An input box for editing text.
Definition input.cpp:241
std::shared_ptr< ComponentBase > Component