X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=ac5e8ce2d559f7c45400214cfdddbe27b8822b61;hb=927621f6da015f51710c03279b00c6cc38057e32;hp=9ce45a7c84ade44f6069439adde11b614264d465;hpb=add0211522737b79dad990ccd65c8af63b5cc1dd;p=st.git diff --git a/config.def.h b/config.def.h index 9ce45a7..ac5e8ce 100644 --- a/config.def.h +++ b/config.def.h @@ -33,7 +33,7 @@ static float chscale = 1.0; * * More advanced example: L"#$%&+,-./:=?_~" */ -wchar_t *extrawordchars = L"./:"; +wchar_t *extrawordchars = L""; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300;