Changeset 382
- Timestamp:
- 07/27/07 16:15:13 (1 year ago)
- Files:
-
- branches/angband-3.0.8/src/cmd0.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/angband-3.0.8/src/cmd0.c
r264 r382 472 472 menu_type menu; 473 473 menu_iter commands_menu = { 0, 0, 0, cmd_sub_entry, cmd_sub_action }; 474 region area = { 2 4, 4, 37, 13 };474 region area = { 23, 4, 37, 13 }; 475 475 476 476 event_type evt; … … 487 487 /* Set up the screen */ 488 488 screen_save(); 489 window_make(2 2, 3, 62, 17);489 window_make(21, 3, 62, 17); 490 490 491 491 /* Select an entry */ … … 537 537 menu_type menu; 538 538 menu_iter commands_menu = { 0, 0, 0, cmd_list_entry, cmd_list_action }; 539 region area = { 2 0, 5, 37, 6 };539 region area = { 21, 5, 37, 6 }; 540 540 541 541 event_type evt; … … 552 552 /* Set up the screen */ 553 553 screen_save(); 554 window_make(1 8, 4, 58, 11);554 window_make(19, 4, 58, 11); 555 555 556 556 /* Select an entry */
