From c6a3dddb74cd4572390d11eb153833e21a3443eb Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Wed, 12 Jun 2019 00:53:30 +0200 Subject: Added tab complete [Patch] --- config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.h') 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; -- cgit 1.4.1