From 014b4d6e985ed7ac37624949019663bfc5d6d7b3 Mon Sep 17 00:00:00 2001 From: Murilo Pereira Date: Sun, 19 Jun 2011 19:40:24 -0300 Subject: [PATCH] Updated TODO. --- TODO.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 7d732cc..f2a640e 100644 --- a/TODO.md +++ b/TODO.md @@ -2,15 +2,16 @@ - signal handling - turn either 1 or 3 cards to the waste pile (configurable) - {cursor,label,hacker} mode (configurable) -- undo (?) +- undo ## For 1.0 -- [ ] make compatible with non-colored terminals -- [ ] verify portability on different architectures -- [ ] handle screen resizing +- [ ] explicit non-support for non-colored terminals (autoconf, ncurses) +- [ ] make it somewhat portable +- [x] handle screen resizing - [x] number of passes through the stock (configurable) ## Ideas -- automatic moving of cards +- pure ascii interface for old terminal emulators +- automatic moving of cards (think windows solitaire) - move without cursor (a digit for each stack) - move like a hacker (e.g 'm03m2' == move 3 cards from maneuvre 0 to maneuvre 2)