Add help command

This adds a "help" command to the list of available command mode
commands. You can currently type "help", followed by a topic like "add".
calcurse will then try to open a file named "add.txt" in the
documentation directory and display it in an external pager.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2013-07-17 01:00:53 +02:00
parent c4dae80dd2
commit 2c25d99ad0
2 changed files with 31 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ AUTOMAKE_OPTIONS = foreign
bin_PROGRAMS = calcurse
AM_CPPFLAGS = -DDOCDIR=\"@docdir@\"
AM_CFLAGS = -std=c99 -pedantic -D_POSIX_C_SOURCE=200809L
calcurse_SOURCES = \