resized border to 1 pixel

This commit is contained in:
celso 2023-07-20 12:43:23 -03:00
parent e0aff0e813
commit 7a490478db
1 changed files with 1 additions and 1 deletions

View File

@ -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;