st/ascii.h
speedie 987e8cbe18 Add new st build from https://codeberg.org/speedie/st-next-2.
Old build can be found in the previous-2 branch. This one has sixel
support among other things, not to mention it draws text properly.
2022-11-13 22:16:04 +01:00

11 lines
269 B
C

/* Misc ASCII stuff
*
* Printable characters in ASCII, used to estimate the advance width
* of single wide characters.
*/
static char ascii_printable[] =
" !\"#$%&'()*+,-./0123456789:;<=>?"
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"
"`abcdefghijklmnopqrstuvwxyz{|}~";