mirror of https://github.com/xzeldon/htop.git
include wctype.h for iswprint()
This commit is contained in:
parent
8f07868fef
commit
f10cbaa812
|
@ -29,6 +29,10 @@ in the source distribution for its full text.
|
||||||
#include <curses.h>
|
#include <curses.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_LIBNCURSESW
|
||||||
|
#include <wctype.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#define RichString_size(this) ((this)->chlen)
|
#define RichString_size(this) ((this)->chlen)
|
||||||
#define RichString_sizeVal(this) ((this).chlen)
|
#define RichString_sizeVal(this) ((this).chlen)
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,10 @@ in the source distribution for its full text.
|
||||||
#include <curses.h>
|
#include <curses.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_LIBNCURSESW
|
||||||
|
#include <wctype.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#define RichString_size(this) ((this)->chlen)
|
#define RichString_size(this) ((this)->chlen)
|
||||||
#define RichString_sizeVal(this) ((this).chlen)
|
#define RichString_sizeVal(this) ((this).chlen)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue