aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2014-07-28 13:04:03 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2014-07-28 13:12:42 +0200
commit0d481aa00ccbd0f5930644d8c0056ebad2d99f2b (patch)
tree5449690985d392ba20a3854209973dedfeb518e5 /doc
parent1cf173106a3ba56ba9d56829bec112b5408cfebe (diff)
downloadcalcurse-0d481aa00ccbd0f5930644d8c0056ebad2d99f2b.tar.gz
calcurse-0d481aa00ccbd0f5930644d8c0056ebad2d99f2b.zip
Document the reload feature
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/reload.txt10
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b561f71..73cd8ce 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -36,6 +36,7 @@ nobase_dist_doc_DATA = \
other.txt \
pipe.txt \
priority.txt \
+ reload.txt \
repeat.txt \
save.txt \
tab.txt \
diff --git a/doc/reload.txt b/doc/reload.txt
new file mode 100644
index 0000000..fc771de
--- /dev/null
+++ b/doc/reload.txt
@@ -0,0 +1,10 @@
+Reload
+======
+
+Reload appointments and todo items.
+
+When there are unsaved modifications, calcurse asks you whether you want to
+discard the modifications, keep the local modifications (and cancel the reload
+action) or merge the modifications with the content of the data files. The
+merge operation launches an external merge tool (defaults to vimdiff(1), can be
+changed by setting the 'MERGETOOL' environment variable).