more settings emoji, hints.

This commit is contained in:
iceman1001
2020-04-06 10:54:58 +02:00
parent 2427d1430e
commit b6e85c865d
2 changed files with 41 additions and 29 deletions

View File

@@ -24,6 +24,8 @@ typedef struct {
int window_ypos;
int window_hsize;
int window_wsize;
bool use_emojis;
bool use_hints;
} settings_t;
// Settings struct so as to be available to other modules by including settings.h