mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 04:54:37 +03:00
added MainPanel actions n and N for find next and find prev. closes #601
This commit is contained in:
6
IncSet.h
6
IncSet.h
@ -41,10 +41,16 @@ typedef struct IncSet_ {
|
||||
typedef const char* (*IncMode_GetPanelValue)(Panel*, int);
|
||||
|
||||
|
||||
void IncSet_reset(IncSet* this, IncType type);
|
||||
|
||||
IncSet* IncSet_new(FunctionBar* bar);
|
||||
|
||||
void IncSet_delete(IncSet* this);
|
||||
|
||||
bool IncSet_next(IncSet* this, IncType type, Panel* panel, IncMode_GetPanelValue getPanelValue);
|
||||
|
||||
bool IncSet_prev(IncSet* this, IncType type, Panel* panel, IncMode_GetPanelValue getPanelValue);
|
||||
|
||||
bool IncSet_handleKey(IncSet* this, int ch, Panel* panel, IncMode_GetPanelValue getPanelValue, Vector* lines);
|
||||
|
||||
const char* IncSet_getListItemValue(Panel* panel, int i);
|
||||
|
Reference in New Issue
Block a user