Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-26 17:41:12 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-26 17:41:12 (GMT)
commitbde3466f1c48bf157ee89ffa369a640c478882ac (patch)
tree2b510bc273e4eaffe4e4f9025bae35d547b7ebc2 /constants.py
parent7d4a9f07785f2a772b1f16463ae62e40a5ed9446 (diff)
eliminating pregenerated svgs
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index bed0ce1..8ed05ee 100644
--- a/constants.py
+++ b/constants.py
@@ -193,6 +193,20 @@ DEFAULTS = {'forward':[100], 'back':[100], 'left':[90], 'right':[90],
'hat':[_('action')], 'stack':[_('action')],
'storeinbox1':[100], 'storeinbox2':[100]}
+
+
+#
+# Status blocks
+#
+MEDIA_SHAPES = ['audioon', 'texton', 'journalon', 'descon', 'pythonoff',
+ 'pythonon']
+
+OVERLAY_SHAPES = ['Cartesian', 'polar']
+
+STATUS_SHAPES = ['status', 'info', 'nostack', 'noinput', 'emptyheap',
+ 'emptybox', 'nomedia', 'nocode', 'overflowerror',
+ 'syntaxerror']
+
#
# 'dead key' Unicode dictionaries
#