st/text.h
speediegq 7f65a6a7b9 Merge st-next into speedie/st main branch. Old st build can be found in
the 'previous' branch. This build is better in every way though!
2022-10-07 14:47:14 +02:00

8 lines
309 B
C

/* Miscellanious text related options that you probably do not need to change. */
/* Ascii characters used to estimate the advance width of single wide characters */
static char ascii_printable[] =
" !\"#$%&'()*+,-./0123456789:;<=>?"
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"
"`abcdefghijklmnopqrstuvwxyz{|}~";