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
14a17780
Commit
14a17780
authored
Mar 16, 2015
by
Hisham Muhammad
Browse files
Remove spurious UTF-8 char from ASCII mode.
parent
59914bfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Meter.c
View file @
14a17780
...
@@ -316,7 +316,7 @@ static const char* GraphMeterMode_dotsUtf8[5][5] = {
...
@@ -316,7 +316,7 @@ static const char* GraphMeterMode_dotsUtf8[5][5] = {
static
const
char
*
GraphMeterMode_dotsAscii
[
5
][
5
]
=
{
static
const
char
*
GraphMeterMode_dotsAscii
[
5
][
5
]
=
{
{
/*00*/
" "
,
/*01*/
"."
,
/*02*/
"."
,
/*03*/
":"
,
/*04*/
":"
},
{
/*00*/
" "
,
/*01*/
"."
,
/*02*/
"."
,
/*03*/
":"
,
/*04*/
":"
},
{
/*10*/
"
⡀
"
,
/*11*/
"."
,
/*12*/
"."
,
/*13*/
":"
,
/*14*/
":"
},
{
/*10*/
"
.
"
,
/*11*/
"."
,
/*12*/
"."
,
/*13*/
":"
,
/*14*/
":"
},
{
/*20*/
"."
,
/*21*/
"."
,
/*22*/
"."
,
/*23*/
":"
,
/*24*/
":"
},
{
/*20*/
"."
,
/*21*/
"."
,
/*22*/
"."
,
/*23*/
":"
,
/*24*/
":"
},
{
/*30*/
":"
,
/*31*/
":"
,
/*32*/
":"
,
/*33*/
":"
,
/*34*/
":"
},
{
/*30*/
":"
,
/*31*/
":"
,
/*32*/
":"
,
/*33*/
":"
,
/*34*/
":"
},
{
/*40*/
":"
,
/*41*/
":"
,
/*42*/
":"
,
/*43*/
":"
,
/*44*/
":"
},
{
/*40*/
":"
,
/*41*/
":"
,
/*42*/
":"
,
/*43*/
":"
,
/*44*/
":"
},
...
...
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