resized border to 1 pixel
This commit is contained in:
parent
847d1c230a
commit
7702b4d886
|
@ -25,4 +25,4 @@ static unsigned int lines = 0;
|
||||||
static const char worddelimiters[] = " ";
|
static const char worddelimiters[] = " ";
|
||||||
|
|
||||||
/* Size of the window border */
|
/* Size of the window border */
|
||||||
static unsigned int border_width = 3;
|
static unsigned int border_width = 1;
|
||||||
|
|
Loading…
Reference in New Issue