Interactive - stub

- Added stub code for the interactive version of task.
This commit is contained in:
Paul Beckingham 2009-06-06 17:41:24 -04:00
parent e9c45aab85
commit bc13f0be48
4 changed files with 82 additions and 3 deletions

View file

@ -40,6 +40,8 @@
#define SEQUENCE_RANGE_MAX 106
#define SEQUENCE_NOT_A_SEQUENCE 107
#define INTERACTIVE_NO_NCURSES 108
// 2xx Commands
#define CMD_ACTIVE 200
#define CMD_ADD 201