saved-games menu for vms (2 of 2) (trunk only)

First cut at implementing SELECTSAVED for VMS.
This commit is contained in:
nethack.rankin
2006-12-10 04:47:53 +00:00
parent a654734476
commit ff41104bd0
3 changed files with 75 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ struct window_procs tty_procs = {
WC_MOUSE_SUPPORT|
#endif
WC_COLOR|WC_HILITE_PET|WC_INVERSE|WC_EIGHT_BIT_IN,
#if defined(SELECTSAVED) && defined(WIN32CON)
#if defined(SELECTSAVED)
WC2_SELECTSAVED|
#endif
0L,
@@ -700,7 +700,7 @@ tty_askname()
static char who_are_you[] = "Who are you? ";
register int c, ct, tryct = 0;
#ifdef SELECTSAVED
# if defined(WIN32CON)
# if defined(WIN32CON) || defined(VMS)
int ch = -2;
char** saved = (char **)0;