FTXUI  0.11.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
6namespace ftxui {
7int wchar_width(wchar_t);
8int 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.
int wchar_width(wchar_t)
Definition string.cpp:210
int wstring_width(const std::wstring &)
Definition string.cpp:214