diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h b/config.h index 317fa2f..7d45da2 100644 --- a/config.h +++ b/config.h @@ -22,3 +22,8 @@ static unsigned int lineheight = 0; /* -h option; minimum height of a me * for example: " /?\"&[]" */ static const char worddelimiters[] = " "; + +/* + * Use prefix matching by default; can be inverted with the -x flag. + */ +static int use_prefix = 1; |