This commit is contained in:
mwalker33
2020-04-10 14:36:29 +10:00
parent 978f57b505
commit 070636f196
25 changed files with 1079 additions and 666 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