Add option to specify the configuration file used
The configuration file (~/.calcurse/conf by default) can now be specified with -C or --conf. Workaround for GitHub issue #86. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
committed by
Lukas Fleischer
parent
574156be7c
commit
407d5abd23
@@ -841,7 +841,7 @@ void ical_export_data(FILE *, int);
|
||||
|
||||
/* io.c */
|
||||
unsigned io_fprintln(const char *, const char *, ...);
|
||||
void io_init(const char *, const char *);
|
||||
void io_init(const char *, const char *, const char *);
|
||||
void io_extract_data(char *, const char *, int);
|
||||
void io_dump_apts(const char *, const char *, const char *, const char *);
|
||||
unsigned io_save_apts(const char *);
|
||||
|
||||
Reference in New Issue
Block a user