FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
screen/deprecated.hpp
Go to the documentation of this file.
1
// 版權所有 2021 Arthur Sonzogni. 保留所有權利。
2
// 本原始碼的使用受 MIT 授權條款約束,該條款可在 LICENSE 檔案中找到。
3
#ifndef FTXUI_SCREEN_DEPRECATED_HPP
4
#define FTXUI_SCREEN_DEPRECATED_HPP
5
6
#include <string>
7
8
namespace
ftxui
{
9
int
wchar_width
(
wchar_t
);
10
int
wstring_width
(
const
std::wstring&);
11
}
// namespace ftxui
12
13
#endif
// FTXUI_SCREEN_DEPRECATED_HPP
ftxui
FTXUI 的 ftxui:: 命名空間
Definition
animation.hpp:10
ftxui::wchar_width
int wchar_width(wchar_t)
Definition
string.cpp:1311
ftxui::wstring_width
int wstring_width(const std::wstring &)
Definition
string.cpp:1315