Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/graphics/jump
diff options
context:
space:
mode:
Diffstat (limited to 'data/graphics/jump')
-rw-r--r--data/graphics/jump1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/graphics/jump b/data/graphics/jump
index aec5896..db7c347 100644
--- a/data/graphics/jump
+++ b/data/graphics/jump
@@ -1,3 +1,4 @@
+# From C. Scott Ananian
# both of these functions should be in the 'basic' package or some such
def clear_scr():
print '\x1B[H\x1B[J' # clear screen, the hard way.