diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-05 18:15:19 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-05 18:15:19 +0400 |
commit | 939fc46bd88de4a6d810dea9b060c4bbbc92a424 (patch) | |
tree | 336f0d8524fb6b20b542bfeb9eb716e92c9e0093 /config.def.h | |
parent | 2479505dc49f3b6ec98fad2c918c16beb72b87df (diff) | |
parent | 1e67f7a3d9dfbce101951c2d42102d59e9f92375 (diff) |
Merge branch 'grid' into center
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 832896f..a2296f6 100644 --- a/config.def.h +++ b/config.def.h @@ -18,6 +18,7 @@ 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 columns = 0; /* * Characters not considered part of a word while deleting words |