Drop legacy online help system
Remove the old online help system and change the generic help key to do the same thing as ":help". This also removes some context-sensitive help. We should think about re-adding support for this later. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -719,10 +719,6 @@ struct event *event_scan(FILE *, struct tm, int, char *);
|
||||
void event_delete(struct event *);
|
||||
void event_paste_item(struct event *, long);
|
||||
|
||||
/* help.c */
|
||||
void help_wins_init(struct scrollwin *, int, int, int, int);
|
||||
void help_screen(void);
|
||||
|
||||
/* getstring.c */
|
||||
enum getstr getstring(WINDOW *, char *, int, int, int);
|
||||
int updatestring(WINDOW *, char **, int, int);
|
||||
|
||||
Reference in New Issue
Block a user