X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=9e610109f094ea945e944472ccba18e8a14bc6fd;hb=528241a;hp=fd09d72b7cde7e477b66a08ce0a40175ff72f288;hpb=e2aa03e6b71436e1c9207b01777baa16b7a00ea5;p=st.git diff --git a/config.def.h b/config.def.h index fd09d72..9e61010 100644 --- a/config.def.h +++ b/config.def.h @@ -417,3 +417,12 @@ static uint selmasks[] = { [SEL_RECTANGULAR] = Mod1Mask, }; +/* + * Printable characters in ASCII, used to estimate the advance width + * of single wide characters. + */ +static char ascii_printable[] = + " !\"#$%&'()*+,-./0123456789:;<=>?" + "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" + "`abcdefghijklmnopqrstuvwxyz{|}~"; +