commit 90d6aae64d405f07164e6307cb3e8dc7c7e16efc
parent 2ade39e76f96941d6cd38e3a466e77f6d925bf01
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Mon, 22 Jun 2020 18:33:33 +0200

Deleted . as word delimiter

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -34,7 +34,7 @@ static float chscale = 1.0; * * More advanced example: L" `'\"()[]{}" */ -wchar_t *worddelimiters = L" `'\"()[]{},.:;+-=*^?!&$#"; +wchar_t *worddelimiters = L" `'\"()[]{},:;+-=*^?!&$#"; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300;