Proper border patch for dmenu.

This commit is contained in:
Bartek Stalewski 2021-08-29 16:58:09 +02:00
parent 588033fe24
commit 1baec69733
7 changed files with 83 additions and 32 deletions

View file

@ -23,4 +23,4 @@ static unsigned int lines = 0;
static const char worddelimiters[] = " ";
/* Size of the window border */
static const unsigned int border_width = 5;
static unsigned int border_width = 0;