Skip to content

Commit

Permalink
Removed some of the wasd messages
Browse files Browse the repository at this point in the history
Now that we have arrows, we don't need to remind the user of wasd navigation
  • Loading branch information
enkiv2 committed Jul 14, 2011
1 parent e0d910a commit b81326f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/zz.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ inline void display_editmenu() {
locate(1, 1);
puts("Edit menu:");
locate(0, 2);
puts("Use wasd to navigate.");

if(zz_menu_choice>=5 || zz_menu_choice < 0) {
zz_menu_choice=0;
Expand Down Expand Up @@ -391,7 +390,7 @@ const void nav_cells(int pid) { //@ handle navigation, display, and editing
if (!modality) {
display_cells();
locate(0, 0);
puts("Press wasd to choose direction or c to cancel");
puts("Press c to cancel");
modality=3;
yield();
} else if (modality==3) {
Expand Down

0 comments on commit b81326f

Please sign in to comment.