X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=482901ea41675bdb77bafa15dc34e67a70a9094d;hb=d5efd256aa3840476579a27293ef1fb92a4b51e7;hp=0e017173435354e0075e31cff3b7c84cbc4c180f;hpb=3be4cf11d79ca87ff1fbbb57801913ec6f822429;p=st.git diff --git a/config.def.h b/config.def.h index 0e01717..482901e 100644 --- a/config.def.h +++ b/config.def.h @@ -30,9 +30,9 @@ static float chscale = 1.0; /* * word delimiter string * - * More advanced example: " `'\"()[]{}" + * More advanced example: L" `'\"()[]{}" */ -char *worddelimiters = " "; +wchar_t *worddelimiters = L" "; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300;