FTXUI
5.0.0
C++ functional terminal UI.
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
namespace
ftxui
{
10
int
wchar_width
(
wchar_t
);
11
int
wstring_width
(
const
std::wstring&);
12
}
// namespace ftxui
13
14
#endif
// FTXUI_SCREEN_DEPRECATED_HPP
ftxui
Definition:
animation.hpp:10
ftxui::wchar_width
int wchar_width(wchar_t)
Definition:
string.cpp:1313
ftxui::wstring_width
int wstring_width(const std::wstring &)
Definition:
string.cpp:1317