Add border

This commit is contained in:
Hektor Misplon
2020-05-07 21:21:44 +00:00
parent 0f07530564
commit a6ffc24f39
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;