Add border

This commit is contained in:
Hektor Misplon
2020-05-07 21:21:44 +00:00
parent a37700ee0e
commit 18647900aa
6 changed files with 839 additions and 1 deletions

View File

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