diff options
author | Frederic Culot <calcurse@culot.org> | 2008-11-23 20:38:55 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-11-23 20:38:55 +0000 |
commit | eb88eaecb3055fc5ab3cd3e05f0bc77e68f3942a (patch) | |
tree | c2ea254df263a1db681b82493392fa8f9639f477 /src/custom.h | |
parent | 9d4899110a067d4899116ac229c8b4c489096b60 (diff) | |
download | calcurse-eb88eaecb3055fc5ab3cd3e05f0bc77e68f3942a.tar.gz calcurse-eb88eaecb3055fc5ab3cd3e05f0bc77e68f3942a.zip |
Building configuration menu to assign keybindings
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 4c21284..470eadf 100755 --- a/src/custom.h +++ b/src/custom.h @@ -1,4 +1,4 @@ -/* $calcurse: custom.h,v 1.12 2008/04/12 21:14:03 culot Exp $ */ +/* $calcurse: custom.h,v 1.13 2008/11/23 20:38:56 culot Exp $ */ /* * Calcurse - text-based organizer @@ -76,11 +76,12 @@ void custom_init_attr (void); void custom_apply_attr (WINDOW *, int); void custom_remove_attr (WINDOW *, int); void custom_load_conf (conf_t *, int); -void config_bar (void); +void custom_config_bar (void); void layout_config (void); void custom_color_config (void); void custom_color_theme_name (char *); void custom_confwin_init (window_t *, char *); void custom_general_config (conf_t *); +void custom_keys_config (void); #endif /* CALCURSE_CUSTOM_H */ |