X-Git-Url: https://git.danieliu.xyz/?p=st.git;a=blobdiff_plain;f=config.def.h;h=482901ea41675bdb77bafa15dc34e67a70a9094d;hp=0e017173435354e0075e31cff3b7c84cbc4c180f;hb=d5efd256aa3840476579a27293ef1fb92a4b51e7;hpb=75b4ba4b4be70a3ae429b1719d18b021839216d5 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;