diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-05 18:12:48 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-05 18:12:48 +0400 |
commit | 1e67f7a3d9dfbce101951c2d42102d59e9f92375 (patch) | |
tree | a69c8ec66d393bcbb0a3befe74002f98b8bb8891 /config.def.h | |
parent | 00de4af7a3a04646d846c934f72fe423405c6169 (diff) |
grid patched
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 1edb647..44b2736 100644 --- a/config.def.h +++ b/config.def.h @@ -15,6 +15,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 |