From f8f205f93f22b2d92a8ecc074f225deffc68dfc8 Mon Sep 17 00:00:00 2001 From: C. Scott Ananian Date: Fri, 14 Dec 2007 18:46:20 +0000 Subject: 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). --- (limited to 'data') 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() -- cgit v0.9.1