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:
Lukas Fleischer
2013-07-17 01:11:00 +02:00
parent 08f5064ef7
commit 20709b7a7e
5 changed files with 1 additions and 850 deletions

View File

@@ -278,8 +278,7 @@ static inline void key_view_note(void)
static inline void key_generic_help(void)
{
wins_status_bar();
help_screen();
wins_launch_external(DOCDIR "/intro.txt", conf.pager);
wins_update(FLAG_ALL);
}