indent by default

This commit is contained in:
speedie 2023-03-12 16:28:04 +01:00
parent 94266f59dc
commit 1d4dd4ccfa
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ spmenu.imageposition: 0
spmenu.generatecache: 1 spmenu.generatecache: 1
spmenu.mode: 0 spmenu.mode: 0
spmenu.fast: 0 spmenu.fast: 0
spmenu.indentitems: 0 spmenu.indentitems: 1
spmenu.hidematchcount: 0 spmenu.hidematchcount: 0
spmenu.hidemode: 0 spmenu.hidemode: 0
spmenu.hidelarrow: 0 spmenu.hidelarrow: 0

View file

@ -61,7 +61,7 @@ static unsigned int maxhist = 64; /* Max number of history entries */
static int histnodup = 1; /* If 0, record repeated histories */ static int histnodup = 1; /* If 0, record repeated histories */
/* Prompt options */ /* 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) */ static char *prompt = NULL; /* Default prompt, set to NULL (nothing) */
/* Hide options */ /* Hide options */