Added plaintext markup configuration

This commit is contained in:
Mykyta Holubakha 2016-04-24 19:57:35 +03:00
parent a796ce4f66
commit 53b53dd8c2
7 changed files with 33 additions and 1 deletions

View file

@ -20,6 +20,7 @@ struct box_colors {
*/
struct config {
char *status_command;
bool plaintext_markup;
uint32_t position;
char *font;
char *sep_symbol;