Edit and Updates

Changed from settings to preferences.
Added UTF8 Banner support
Added Show/Edit draft
This commit is contained in:
mwalker33
2020-04-12 13:07:25 +10:00
parent 1900f6b16a
commit c9bd43c4b6
9 changed files with 646 additions and 237 deletions

View File

@@ -22,7 +22,7 @@ typedef enum emojiMode {ALIAS, EMOJI, ALTTEXT, ERASE} emojiMode_t;
typedef enum clientdebugLevel {OFF,SIMPLE,FULL} clientdebugLevel_t;
typedef struct {
bool settings_loaded;
bool preferences_loaded;
bool stdinOnTTY;
bool stdoutOnTTY;
bool supports_colors;