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
3cd03394
Commit
3cd03394
authored
Jul 28, 2016
by
Hisham
Browse files
Merge branch 'master' of
https://github.com/hishamhm/htop
parents
ef879b4a
f161365d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Meter.c
View file @
3cd03394
...
...
@@ -260,7 +260,7 @@ static void TextMeterMode_draw(Meter* this, int x, int y, int w) {
/* ---------- BarMeterMode ---------- */
static
char
BarMeterMode_characters
[]
=
"|#*@$%&."
;
static
const
char
BarMeterMode_characters
[]
=
"|#*@$%&."
;
static
void
BarMeterMode_draw
(
Meter
*
this
,
int
x
,
int
y
,
int
w
)
{
char
buffer
[
METER_BUFFER_LEN
];
...
...
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