some changes

This commit is contained in:
Linux User
2022-08-13 16:27:31 +00:00
parent e35976f4a5
commit b319a691c7
9 changed files with 52 additions and 7 deletions

View File

@@ -21,3 +21,6 @@ static unsigned int lines = 0;
* for example: " /?\"&[]"
*/
static const char worddelimiters[] = " ";
static unsigned int borderwidth = 2;
static unsigned int bordervisible = 0;
static const unsigned int gappx = 10;