| File src/ui/fileview.h changed (mode: 100644) (index af8edd767..e8755d1bf) |
| ... |
... |
typedef struct |
| 56 |
56 |
* Should be zero first time, then auto reset. */ |
* Should be zero first time, then auto reset. */ |
| 57 |
57 |
int is_main; /* Whether this is main file list. */ |
int is_main; /* Whether this is main file list. */ |
| 58 |
58 |
|
|
| 59 |
|
int custom_match; /* Whether the keys below have meaningful values. */ |
|
|
59 |
|
int custom_match; /* Whether the fields below have meaningful values. */ |
| 60 |
60 |
int match_from; /* Start offset of the match. */ |
int match_from; /* Start offset of the match. */ |
| 61 |
61 |
int match_to; /* End offset of the match. */ |
int match_to; /* End offset of the match. */ |
| 62 |
62 |
} |
} |