Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
f3a9f540
Commit
f3a9f540
authored
Aug 26, 2015
by
Hisham Muhammad
Browse files
Merge pull request #248 from eworm-de/wctype
include wctype.h for iswprint()
parents
8f07868f
f10cbaa8
Changes
2
Hide whitespace changes
Inline
Side-by-side
RichString.c
View file @
f3a9f540
...
...
@@ -29,6 +29,10 @@ in the source distribution for its full text.
#include <curses.h>
#endif
#ifdef HAVE_LIBNCURSESW
#include <wctype.h>
#endif
#define RichString_size(this) ((this)->chlen)
#define RichString_sizeVal(this) ((this).chlen)
...
...
RichString.h
View file @
f3a9f540
...
...
@@ -27,6 +27,10 @@ in the source distribution for its full text.
#include <curses.h>
#endif
#ifdef HAVE_LIBNCURSESW
#include <wctype.h>
#endif
#define RichString_size(this) ((this)->chlen)
#define RichString_sizeVal(this) ((this).chlen)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment