summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorjustsaumit <justsaumit@draconyan.xyz>2022-03-02 12:51:31 +0530
committerjustsaumit <justsaumit@draconyan.xyz>2022-03-02 12:51:31 +0530
commit608e5b5306c1ca188960fd1d2a247776d9c2d08e (patch)
tree6654e61bd09890762f75ff7b1fa6fad27669cf6e /config.h
parent629c84ae0977af9eb536a6aca9308aa819a3c16b (diff)
navhistory patch
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 4962f01..eedb917 100644
--- a/config.h
+++ b/config.h
@@ -17,6 +17,8 @@ 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 = 64;
+static int histnodup = 1; /* if 0, record repeated histories */
/*
* Characters not considered part of a word while deleting words