FTXUI
0.8.1
C++ functional terminal UI.
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
/* end of include guard: 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::wstring_width
int wstring_width(const std::wstring &)
Definition:
string.cpp:214
ftxui
Definition:
captured_mouse.hpp:6
ftxui::wchar_width
int wchar_width(wchar_t)
Definition:
string.cpp:210