Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tasetup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tasetup.py')
-rw-r--r--tasetup.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/tasetup.py b/tasetup.py
index 5a13fa4..f37d657 100644
--- a/tasetup.py
+++ b/tasetup.py
@@ -110,7 +110,11 @@ selectors = (
('push','push','onearg'),
('pop','pop','num'),
('printheap','heap','noarg2'),
- ('clearheap','emptyheap','noarg2'))),
+ ('clearheap','emptyheap','noarg2'),
+ ('leftpos','leftpos','num'),
+ ('toppos','toppos','num'),
+ ('rightpos','rightpos','num'),
+ ('bottompos','bottompos','num'))),
('flow', 55,
(('wait','wait','onearg',10),
('forever','forever','forever'),