diff options
author | Frederic Culot <calcurse@culot.org> | 2007-07-21 19:34:07 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-07-21 19:34:07 +0000 |
commit | 792b62c173e83892be45a886f289651bfa621c32 (patch) | |
tree | fd08e539cb49443434a9f4c9d2315557e1f643fb /src/custom.h | |
parent | 7304770d30c646ba9fcd8fefa1d32c585abc228d (diff) | |
download | calcurse-792b62c173e83892be45a886f289651bfa621c32.zip |
no more window erase in custom_load_conf()
custom_print_general_options() and custom_general_config() added
Diffstat (limited to 'src/custom.h')
-rwxr-xr-x | src/custom.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/custom.h b/src/custom.h index 2068224..07c071f 100755 --- a/src/custom.h +++ b/src/custom.h @@ -1,4 +1,4 @@ -/* $calcurse: custom.h,v 1.6 2007/07/20 19:16:31 culot Exp $ */ +/* $calcurse: custom.h,v 1.7 2007/07/21 19:34:07 culot Exp $ */ /* * Calcurse - text-based organizer @@ -69,11 +69,12 @@ struct attribute_s { void custom_init_attr(void); void custom_apply_attr(WINDOW *, int); void custom_remove_attr(WINDOW *, int); -void custom_load_conf(conf_t *, int, window_t *); +void custom_load_conf(conf_t *, int); void config_bar(void); int layout_config(int); void custom_color_config(int); void custom_load_color(char *, int); void custom_color_theme_name(char *); +void custom_general_config(conf_t *); #endif /* CALCURSE_CUSTOM_H */ |