source: ogBrowser-Git/qtermwidget/lib/konsole_wcwidth.h @ ffbf8ac

jenkinsmain
Last change on this file since ffbf8ac was 64efc22, checked in by Vadim Troshchinskiy <vtroshchinskiy@…>, 19 months ago

Update qtermwidget to modern version

  • Property mode set to 100644
File size: 440 bytes
Line 
1/* $XFree86: xc/programs/xterm/wcwidth.h,v 1.2 2001/06/18 19:09:27 dickey Exp $ */
2
3/* Markus Kuhn -- 2001-01-12 -- public domain */
4/* Adaptations for KDE by Waldo Bastian <bastian@kde.org> */
5/*
6    Rewritten for QT4 by e_k <e_k at users.sourceforge.net>
7*/
8
9
10#ifndef _KONSOLE_WCWIDTH_H_
11#define _KONSOLE_WCWIDTH_H_
12
13// Standard
14#include <string>
15
16int konsole_wcwidth(wchar_t ucs);
17
18int string_width( const std::wstring & wstr );
19
20#endif
Note: See TracBrowser for help on using the repository browser.