Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
b45b9e2b
Commit
b45b9e2b
authored
13 years ago
by
Hisham Muhammad
Browse files
Options
Download
Email Patches
Plain Diff
use unicode header first
parent
9b87e52d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RichString.h
+5
-5
RichString.h
with
5 additions
and
5 deletions
+5
-5
RichString.h
View file @
b45b9e2b
...
...
@@ -15,14 +15,14 @@
#include "debug.h"
#include <assert.h>
#ifdef HAVE_CURSES_H
#include <curses.h>
#elif HAVE_NCURSES_H
#include <ncurses.h>
#elif HAVE_NCURSESW_CURSES_H
#ifdef HAVE_NCURSESW_CURSES_H
#include <ncursesw/curses.h>
#elif HAVE_NCURSES_NCURSES_H
#include <ncurses/ncurses.h>
#elif HAVE_NCURSES_H
#include <ncurses.h>
#elif HAVE_CURSES_H
#include <curses.h>
#endif
#define RICHSTRING_MAXLEN 300
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help