Menustuff added/modified!

This commit is contained in:
robijn
2002-05-26 19:21:23 +00:00
parent dc4c049721
commit 3168d4cafc
27 changed files with 2304 additions and 584 deletions
+4 -4
View File
@@ -600,16 +600,16 @@ curses_drv_get_key (Driver *drvthis)
return 0;
break;
case KEY_LEFT:
return "ArrowLeft";
return "Left";
break;
case KEY_UP:
return "ArrowUp";
return "Up";
break;
case KEY_DOWN:
return "ArrowDown";
return "Down";
break;
case KEY_RIGHT:
return "ArrowRight";
return "Right";
break;
case ERR:
return NULL;