Update config.h

This commit is contained in:
Haven King 2019-06-26 20:48:21 -05:00 committed by GitHub
parent 2df1cab068
commit f6159c597b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -57,12 +57,13 @@ struct config
bool animate; bool animate;
u8 animation; u8 animation;
char asterisk; char asterisk;
u8 bg;
bool blank_box; bool blank_box;
bool blank_password; bool blank_password;
u8 border_color;
u8 box_bg;
u8 box_fg;
char* console_dev; char* console_dev;
u8 default_input; u8 default_input;
u8 fg;
bool hide_borders; bool hide_borders;
u8 input_len; u8 input_len;
char* lang; char* lang;
@ -74,7 +75,11 @@ struct config
u8 max_password_len; u8 max_password_len;
char* mcookie_cmd; char* mcookie_cmd;
u16 min_refresh_delta; u16 min_refresh_delta;
u8 out_bg;
u8 out_fg;
char* path; char* path;
u8 posx;
u8 posy;
char* restart_cmd; char* restart_cmd;
bool save; bool save;
char* save_file; char* save_file;