Break out configuration main menu

This was the only big block of code left in our main loop. Move it to a
separate function, making the main loop a bit clearer.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2012-02-20 19:23:25 +01:00
parent b5c1981842
commit 17aa73b73f
3 changed files with 58 additions and 49 deletions

View File

@@ -644,6 +644,7 @@ void custom_confwin_init (struct window *, char *);
void custom_set_swsiz (struct scrollwin *);
void custom_general_config (void);
void custom_keys_config (void);
void custom_config_main (void);
/* day.c */
void day_free_list (void);