mirror of https://github.com/xzeldon/htop.git
Add corresponding .h file.
This commit is contained in:
parent
616ee966d7
commit
d5b3b6d692
2
IncSet.h
2
IncSet.h
|
@ -24,7 +24,7 @@ typedef enum {
|
||||||
#define IncSet_filter(inc_) (inc_->filtering ? inc_->modes[INC_FILTER].buffer : NULL)
|
#define IncSet_filter(inc_) (inc_->filtering ? inc_->modes[INC_FILTER].buffer : NULL)
|
||||||
|
|
||||||
typedef struct IncMode_ {
|
typedef struct IncMode_ {
|
||||||
char buffer[INCMODE_MAX];
|
char buffer[INCMODE_MAX+1];
|
||||||
int index;
|
int index;
|
||||||
FunctionBar* bar;
|
FunctionBar* bar;
|
||||||
bool isFilter;
|
bool isFilter;
|
||||||
|
|
Loading…
Reference in New Issue