#ifndef _FMT_STRINGS_H #define _FMT_STRINGS_H #define S_JSON_HEAD "{\n \"width\": %d,\n \"height\": %d,\n \"data\": [\n" #define S_JSON_LSTA " [\n" #define S_JSON_PBBW " { \"char\": \"%s\", \"fg\": 16777215, \"bg\": 0 }" #define S_JSON_PRGB " { \"char\": \"\\u%04x\", \"fg\": %d, \"bg\": %d }" #define S_JSON_PBLK " { \"char\": \"%s\", \"fg\": %d, \"bg\": %d }" #define S_JSON_LEND " ],\n" #define S_JSON_LEND_FINAL " ]\n" #define S_JSON_TAIL " ]\n}" #define S_HTML_HEAD "
%d; | " #define S_HTML_PBLK "%s | " #define S_HTML_PBBW "%s | " #define S_HTML_LEND "