From 338f8962fde2038edf61e545e319b395a65c6802 Mon Sep 17 00:00:00 2001 From: Greg Hewgill Date: Fri, 19 Aug 2011 11:37:00 +1200 Subject: [PATCH 1/2] Mention the minimal applepy_curses.py in README --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 15e688b..1c81b4e 100644 --- a/README +++ b/README @@ -31,4 +31,5 @@ runs all the programs I've tried so far. The only I/O supported is the keyboard and screen but 40-column text, LORES and HIRES graphics are all supported. -ApplePy currently requires Pygame. \ No newline at end of file +ApplePy currently requires Pygame (although there is a minimal applepy_curses.py +that uses the curses to display text mode only). \ No newline at end of file From a73ab29be239b31396f4fba7bbd1c22c14778e95 Mon Sep 17 00:00:00 2001 From: Greg Hewgill Date: Fri, 19 Aug 2011 11:40:19 +1200 Subject: [PATCH 2/2] Edited README via GitHub --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1c81b4e..9bdd5d1 100644 --- a/README +++ b/README @@ -32,4 +32,4 @@ The only I/O supported is the keyboard and screen but 40-column text, LORES and HIRES graphics are all supported. ApplePy currently requires Pygame (although there is a minimal applepy_curses.py -that uses the curses to display text mode only). \ No newline at end of file +that uses curses to display text mode only). \ No newline at end of file