FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
screen/deprecated.hpp
Go to the documentation of this file.
1
// Copyright 2021 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_DEPRECATED_HPP
5
#define FTXUI_SCREEN_DEPRECATED_HPP
6
7
#include <string>
8
9
#include "
ftxui/util/export.hpp
"
10
11
namespace
ftxui
{
12
FTXUI_EXPORT
(SCREEN)
int
wchar_width
(
wchar_t
);
13
FTXUI_EXPORT
(SCREEN)
int
wstring_width
(
const
std::wstring&);
14
}
// namespace ftxui
15
16
#endif
// FTXUI_SCREEN_DEPRECATED_HPP
export.hpp
FTXUI_EXPORT
#define FTXUI_EXPORT(component)
Definition
export.hpp:24
ftxui
The FTXUI ftxui:: namespace.
Definition
animation.hpp:11
ftxui::wchar_width
int wchar_width(wchar_t ucs)
Definition
string.cpp:1315
ftxui::wstring_width
int wstring_width(const std::wstring &text)
Definition
string.cpp:1319