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.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
#