From e322350dcd6b7c7ffa8e665f0587b87148310b38 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 29 Jan 2010 14:08:09 +0000 Subject: fixed label docking problem --- (limited to 'constants.py') 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 = '█' -- cgit v0.9.1