Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@laptop.org>2007-12-14 18:46:20 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2007-12-14 19:49:16 (GMT)
commitf8f205f93f22b2d92a8ecc074f225deffc68dfc8 (patch)
tree88336787d4c24d5b5f1354b6aff9b8fc1ecdfa41 /data
parent71c9a57d4fbc4713b9f5892e1e9140d12cb256fc (diff)
Add more exciting features to the console library!
Cursor movement commands, get/set cursor position, and show/hide cursor. We use (x, y) uniformly in the console routines (bucking decades of ncurses precedent).
Diffstat (limited to 'data')
-rw-r--r--data/string/thanks2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/string/thanks b/data/string/thanks
index 391d097..30eba0a 100644
--- a/data/string/thanks
+++ b/data/string/thanks
@@ -26,7 +26,7 @@ from textwrap import fill
# order to wrap text to that width -- this changes
# when we run as a standalone activity instead of
# inside the output pane.
-lines, cols = size()
+cols, lines = size()
while True:
reset()