From a00ff69b44e0bac8e453ce34a2b7346dde283433 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 22 Apr 2022 10:47:11 +0430 Subject: added dynamic patch --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 946df52..ce0a2d3 100644 --- a/config.h +++ b/config.h @@ -12,6 +12,8 @@ static const char *fonts[] = { }; static char *prompt = NULL; /* -p option; prompt to the left of input field */ +static const char *dynamic = + NULL; /* -dy option; dynamic command to run on input change */ static char normfgcolor[] = "#bbbbbb"; static char normbgcolor[] = "#222222"; -- cgit v1.2.3