From 1d4dd4ccfa3c16fccd33d180d2befb8f2d405bcc Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 12 Mar 2023 16:28:04 +0100 Subject: [PATCH] indent by default --- docs/example.Xresources | 2 +- options.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/example.Xresources b/docs/example.Xresources index 56992b1..6b52963 100644 --- a/docs/example.Xresources +++ b/docs/example.Xresources @@ -71,7 +71,7 @@ spmenu.imageposition: 0 spmenu.generatecache: 1 spmenu.mode: 0 spmenu.fast: 0 -spmenu.indentitems: 0 +spmenu.indentitems: 1 spmenu.hidematchcount: 0 spmenu.hidemode: 0 spmenu.hidelarrow: 0 diff --git a/options.h b/options.h index 4cb7e94..5d470f3 100644 --- a/options.h +++ b/options.h @@ -61,7 +61,7 @@ static unsigned int maxhist = 64; /* Max number of history entries */ static int histnodup = 1; /* If 0, record repeated histories */ /* Prompt options */ -static int indentitems = 0; /* Indent items to prompt width? (0/1) */ +static int indentitems = 1; /* Indent items to prompt width? (0/1) */ static char *prompt = NULL; /* Default prompt, set to NULL (nothing) */ /* Hide options */