This commit is contained in:
Murilo Pereira
2011-02-05 23:42:14 -02:00
parent 6545b996f2
commit 58fff35a20
4 changed files with 33 additions and 14 deletions

View File

@@ -4,6 +4,8 @@
#include "../lib/cursor.h"
#include "../lib/keyboard.h"
extern struct deck *deck;
int main(int argc, const char *argv[]) {
int option;
struct cursor *cursor;
@@ -56,6 +58,7 @@ int main(int argc, const char *argv[]) {
case 'q':
case 'Q':
end_curses();
print_deck(deck);
exit(0);
}
}