Border patch for dmenu.

This commit is contained in:
Bartek Stalewski 2021-08-26 08:08:47 +02:00
parent f75ba2aa83
commit c120a13573
4 changed files with 33 additions and 1 deletions

View file

@ -21,3 +21,6 @@ static unsigned int lines = 0;
* for example: " /?\"&[]"
*/
static const char worddelimiters[] = " ";
/* Size of the window border */
static const unsigned int border_width = 5;