Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-13 15:13:53 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-13 15:13:53 (GMT)
commit52c1689ecef335d89c07f37b5a7387ad8f87b899 (patch)
tree30c2c70e211ca9b5e2c3beab99351b3b25abb075 /taconstants.py
parentaf955045601bda1f686920f80414dbcc21c3eb93 (diff)
added missing flow to forever block
Diffstat (limited to 'taconstants.py')
-rw-r--r--taconstants.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/taconstants.py b/taconstants.py
index a47909d..d607c37 100644
--- a/taconstants.py
+++ b/taconstants.py
@@ -185,7 +185,8 @@ NUMBER_STYLE_1STRARG = ['box']
COMPARE_STYLE = ['greater2', 'less2', 'equal2']
BOOLEAN_STYLE = ['and2', 'or2']
NOT_STYLE = ['not']
-FLOW_STYLE = ['forever', 'hspace']
+FLOW_STYLE = ['forever']
+FLOW_STYLE_TAIL = ['hspace']
FLOW_STYLE_1ARG = ['repeat']
FLOW_STYLE_BOOLEAN = ['if']
FLOW_STYLE_ELSE = ['ifelse']
@@ -638,6 +639,7 @@ DEFAULTS = {
'comment':[_('comment')],
'description':[None],
'fillscreen':[60, 80],
+ 'forever':[None, 'vspace'],
'forward':[100],
'hat':[_('action')],
'if':[None, None, 'vspace'],
@@ -702,8 +704,8 @@ MEDIA_SHAPES = ['audiooff', 'audioon', 'audiosmall',
OVERLAY_SHAPES = ['Cartesian', 'Cartesian_labeled', 'polar']
STATUS_SHAPES = ['status', 'info', 'nostack', 'noinput', 'emptyheap',
- 'emptybox', 'nomedia', 'nocode', 'overflowerror',
- 'syntaxerror', 'nofile', 'nojournal']
+ 'emptybox', 'nomedia', 'nocode', 'overflowerror', 'negroot',
+ 'syntaxerror', 'nofile', 'nojournal', 'zerodivide']
#
# Legacy names