mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-11 13:07:08 +03:00
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)
|
||||
|
||||
typedef struct IncMode_ {
|
||||
char buffer[INCMODE_MAX];
|
||||
char buffer[INCMODE_MAX+1];
|
||||
int index;
|
||||
FunctionBar* bar;
|
||||
bool isFilter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user