From 20709b7a7e1bdaae59d704596898e727e1155d77 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 17 Jul 2013 01:11:00 +0200 Subject: 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 --- src/calcurse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/calcurse.c') diff --git a/src/calcurse.c b/src/calcurse.c index 859bc1e..c3a7ce8 100644 --- a/src/calcurse.c +++ b/src/calcurse.c @@ -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); } -- cgit v1.2.3-54-g00ecf