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
c7387fac
Commit
c7387fac
authored
Aug 20, 2015
by
Hisham Muhammad
Browse files
Fix mouse click on meters setup function bar
parent
4597014e
Changes
1
Hide whitespace changes
Inline
Side-by-side
MetersPanel.c
View file @
c7387fac
...
...
@@ -32,7 +32,7 @@ struct MetersPanel_ {
static
const
char
*
MetersFunctions
[]
=
{
"Type "
,
"Move "
,
"Delete"
,
"Done "
,
NULL
};
static
const
char
*
MetersKeys
[]
=
{
"Space"
,
"Enter"
,
"Del"
,
"Esc"
};
static
int
MetersEvents
[]
=
{
' '
,
13
,
27
,
KEY_DC
};
static
int
MetersEvents
[]
=
{
' '
,
13
,
KEY_DC
,
27
};
static
void
MetersPanel_delete
(
Object
*
object
)
{
Panel
*
super
=
(
Panel
*
)
object
;
...
...
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