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-29 14:08:09 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-29 14:08:09 (GMT)
commite322350dcd6b7c7ffa8e665f0587b87148310b38 (patch)
treea380702e8eee6bc26d51b449235f152544c33abb /constants.py
parent9cb44a3809d307bbbddd66fc08006f7bf9713b68 (diff)
fixed label docking problem
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index da7a0e2..777450e 100644
--- a/constants.py
+++ b/constants.py
@@ -180,7 +180,7 @@ PRIMITIVES = {'clean':'clean', 'forward':'forward', 'back':'back', 'arc':'arc',
'stopstack':'stopstack', 'hspace':'nop', 'vspace':'nop',
'start':'start', 'hat1':'nop1', 'stack1':'stack1',
'hat2':'nop2', 'stack2':'stack2',
- 'hat':'nop3', 'action':'stack', 'turtle':'turtle',
+ 'hat':'nop3', 'stack':'stack', 'turtle':'turtle',
'storeinbox1':'storeinbox1', 'box1':'box1',
'storeinbox2':'storeinbox2', 'box2':'box2',
'storeinbox':'storeinbox', 'box':'box',
@@ -242,3 +242,4 @@ NOISE_KEYS = ['Shift_L', 'Shift_R', 'Control_L', 'Caps_Lock', 'Pause',
'Page_Down', 'Page_Up']
WHITE_SPACE = ['space','Tab','Return']
+CURSOR = '█'