diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-09 00:31:30 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-09 00:34:21 +0200 |
commit | 906c2fa02731af0a02338b57096947f5b993759d (patch) | |
tree | e932888c24faf56df515051dcfad4ac8d5692cc4 /doc/priority.txt | |
parent | a3d43ead87a742e6c1ffa24c9528608cc68c7e52 (diff) | |
download | calcurse-906c2fa02731af0a02338b57096947f5b993759d.zip |
Export online help as text files
Move the texts of each online help screen to a separate text file. The
set of files is supposed to replace the online help screens later.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'doc/priority.txt')
-rw-r--r-- | doc/priority.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/priority.txt b/doc/priority.txt new file mode 100644 index 0000000..678d7dc --- /dev/null +++ b/doc/priority.txt @@ -0,0 +1,17 @@ +Priority +======== + +Change the priority of the currently selected item in the TODO list. +Priorities are represented by the number appearing in front of the +todo description. This number goes from 9 for the lowest priority to +1 for the highest priority. +Todo having higher priorities are placed first (at the top) inside the +todo panel. + +If you want to raise the priority of a todo item, you need to press '+'. +In doing so, the number in front of this item will decrease, meaning its +priority increases. The item position inside the todo panel may change, +depending on the priority of the items above it. + +At the opposite, to lower a todo priority, press '-'. The todo position +may also change depending on the priority of the items below.
\ No newline at end of file |