Add billable flag.

For backward-compatibility, this is actually a non-billable flag, so all
existing entries will be considered billable.  The flag is 'n', the UI
flag is 'B', the toggle function is "billable" and the default key binding is
'b'.

For now, this isn't useful for anything.
This commit is contained in:
Felicity Tarnell 2014-03-05 14:42:53 +00:00
parent c1af94f57f
commit 30ddd07b20
2 changed files with 54 additions and 5 deletions

View file

@ -5,11 +5,12 @@
#### Interface options
#
# Whether to automatically advance the cursor when 'm'arking or 'd'eleting
# an entry.
# Whether to automatically advance the cursor when 'm'arking, 'd'eleting
# or 'b'illing an entry.
#set mark_advance 1
#set delete_advance 1
#set bill_advance 0
#### Bindings
#