This commit is contained in:
CoolnsX
2021-07-02 11:42:07 +05:30
parent a0d2ace1f2
commit ab5456508a
4 changed files with 30 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ static unsigned int min_lineheight = 8;
* Characters not considered part of a word while deleting words
* for example: " /?\"&[]"
*/
static const char worddelimiters[] = " ";
static const char worddelimiters[] = " ";
/* Size of the window border */
static const unsigned int border_width = 4;