source: ogBrowser-Git/qtermwidget/src/konsole_wcwidth.h

qndtest
Last change on this file was 050d67a, checked in by adelcastillo <adelcastillo@…>, 15 years ago

Ahora el browser tiene consola en vez del output.
Pasado todo el sistema de compilacion a cmake.

git-svn-id: https://opengnsys.es/svn/trunk@408 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 509 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/* Adaptions 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// Qt
14#include <QtCore/QBool>
15#include <QtCore/QString>
16
17int konsole_wcwidth(quint16 ucs);
18#if 0
19int konsole_wcwidth_cjk(Q_UINT16 ucs);
20#endif
21
22int string_width( const QString &txt );
23
24#endif
Note: See TracBrowser for help on using the repository browser.