dmenu: tried to add navhistory, failed
This commit is contained in:
parent
5fde4d7a93
commit
9e3718968c
7 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ static const char *colors[SchemeLast][2] = {
|
|||
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
||||
static unsigned int lines = 0;
|
||||
|
||||
static unsigned int maxhist = 15;
|
||||
static int histnodup = 1; /* if 0, record repeated histories */
|
||||
|
||||
/*
|
||||
* Characters not considered part of a word while deleting words
|
||||
* for example: " /?\"&[]"
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue