Fixed ESC pressing while holding a card.

This commit is contained in:
Murilo Pereira 2011-05-31 22:43:22 -03:00
parent 0739b171c1
commit 36bc8e7d8e

View File

@ -69,7 +69,7 @@ static void handle_card_movement(struct cursor *cursor) {
unmark_cursor(cursor); unmark_cursor(cursor);
draw_cursor(cursor); draw_cursor(cursor);
} }
break; return;
case 'h': case 'h':
case KEY_LEFT: case KEY_LEFT:
move_cursor(cursor, LEFT); move_cursor(cursor, LEFT);