diff options
author | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 12:51:31 +0530 |
---|---|---|
committer | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 12:51:31 +0530 |
commit | 608e5b5306c1ca188960fd1d2a247776d9c2d08e (patch) | |
tree | 6654e61bd09890762f75ff7b1fa6fad27669cf6e /config.h | |
parent | 629c84ae0977af9eb536a6aca9308aa819a3c16b (diff) |
navhistory patch
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |