add more spacing
[personal-kdebase.git] / apps / konsole / src / konsole_wcwidth.h
blobaea3f41dbcc48f34d11b7aaea2d534320c8e5c42
1 /* $XFree86: xc/programs/xterm/wcwidth.h,v 1.2 2001/06/18 19:09:27 dickey Exp $ */
3 /* Markus Kuhn -- 2001-01-12 -- public domain */
4 /* Adaptions for KDE by Waldo Bastian <bastian@kde.org> */
6 #ifndef _KONSOLE_WCWIDTH_H_
7 #define _KONSOLE_WCWIDTH_H_
9 // Qt
10 #include <QtCore/QBool>
11 #include <QtCore/QString>
13 int konsole_wcwidth(quint16 ucs);
14 #if 0
15 int konsole_wcwidth_cjk(Q_UINT16 ucs);
16 #endif
18 int string_width( const QString &txt );
20 #endif