mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 04:34:35 +03:00
changes for htop 0.8.2
This commit is contained in:
4
Panel.h
4
Panel.h
@ -104,12 +104,12 @@ void Panel_moveSelectedDown(Panel* this);
|
||||
|
||||
int Panel_getSelectedIndex(Panel* this);
|
||||
|
||||
int Panel_getSize(Panel* this);
|
||||
int Panel_size(Panel* this);
|
||||
|
||||
void Panel_setSelected(Panel* this, int selected);
|
||||
|
||||
void Panel_draw(Panel* this, bool focus);
|
||||
|
||||
void Panel_onKey(Panel* this, int key);
|
||||
bool Panel_onKey(Panel* this, int key);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user