Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 632f1ad..388dd68 100644
--- a/constants.py
+++ b/constants.py
@@ -330,6 +330,8 @@ DEFAULTS = {
'fillscreen':[60,80],
'forward':[100],
'hat':[_('action')],
+ 'if':[None, None, 'vspace'],
+ 'ifelse':[None,'vspace', None, 'vspace'],
'journal':[None],
'left':[90],
'list':[_('Title'), '∙ '],
@@ -338,7 +340,7 @@ DEFAULTS = {
'nop':[100],
'number':[100],
'random':[0,100],
- 'repeat':[4],
+ 'repeat':[4, None, 'vspace'],
'right':[90],
'setcolor':[0],
'setheading':[0],