resized border to 1 pixel
This commit is contained in:
parent
e0aff0e813
commit
7a490478db
|
@ -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