From 226b063306291642b9bc9d5df0e54f2886d18486 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Mon, 22 Aug 2022 10:49:19 +0100 Subject: Add --prompt-padding option. --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 62a4e81..fa4ca48 100644 --- a/src/main.c +++ b/src/main.c @@ -784,6 +784,7 @@ static void usage() " --border-color Color of the border.\n" " --text-color Color of text.\n" " --prompt-text Prompt text.\n" +" --prompt-padding Padding between prompt and input.\n" " --num-results Maximum number of results to display.\n" " --selection-color Color of selected result.\n" " --selection-match-color Color of the matching portion of the\n" @@ -840,6 +841,7 @@ const struct option long_options[] = { {"outline-width", required_argument, NULL, 0}, {"outline-color", required_argument, NULL, 0}, {"prompt-text", required_argument, NULL, 0}, + {"prompt-padding", required_argument, NULL, 0}, {"result-spacing", required_argument, NULL, 0}, {"min-input-width", required_argument, NULL, 0}, {"border-width", required_argument, NULL, 0}, -- cgit v1.2.3