1
0
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:
Hisham Muhammad 2014-04-24 19:50:03 -03:00
parent 616ee966d7
commit d5b3b6d692

@ -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;