Add border patch

This commit is contained in:
Marco Thomas
2021-03-23 17:56:29 +01:00
parent b6c3c05cb7
commit 7ae769178d
4 changed files with 9 additions and 3 deletions

View File

@@ -22,3 +22,5 @@ static unsigned int lines = 6;
* for example: " /?\"&[]"
*/
static const char worddelimiters[] = " ";
static const unsigned int border_width = 3;