config.h: modify worddelimiters

This commit is contained in:
hazen2215 2023-08-13 00:33:15 +09:00
parent d3f7be8978
commit 7489a6da57

View file

@ -20,7 +20,7 @@ static unsigned int lines = 0;
* Characters not considered part of a word while deleting words * Characters not considered part of a word while deleting words
* for example: " /?\"&[]" * for example: " /?\"&[]"
*/ */
static const char worddelimiters[] = " "; static const char worddelimiters[] = " /?\"&[].:";
/* -n option; preselected item starting from 0 */ /* -n option; preselected item starting from 0 */
static unsigned int preselected = 0; static unsigned int preselected = 0;