FTXUI
4.1.0
C++ functional terminal UI.
Loading...
Searching...
No Matches
deprecated.hpp
Go to the documentation of this file.
1
#ifndef FTXUI_SCREEN_DEPRECATED_HPP
2
#define FTXUI_SCREEN_DEPRECATED_HPP
3
4
#include <string>
5
6
namespace
ftxui
{
7
int
wchar_width
(
wchar_t
);
8
int
wstring_width
(
const
std::wstring&);
9
}
// namespace ftxui
10
11
#endif
// FTXUI_SCREEN_DEPRECATED_HPP
12
13
// Copyright 2021 Arthur Sonzogni. All rights reserved.
14
// Use of this source code is governed by the MIT license that can be found in
15
// the LICENSE file.
ftxui
Definition
animation.hpp:9
ftxui::wchar_width
int wchar_width(wchar_t)
Definition
string.cpp:1683
ftxui::wstring_width
int wstring_width(const std::wstring &)
Definition
string.cpp:1687