win32tty: allow ^C to abort the game at the "Who are you?" prompt
win32tty: fix truncated score list
win32tty: prevent ALT+CTRL from sending NUL to core with the meta bit set
-X11: restore support for non-square tiles when USE_XPM is defined
Gnome: add support for non-square tiles
-tty: remove #define DEBUG that forced debug behavior in production builds
-X11: getlin dialog got steadily narrower each time it was used
-unix: install recover command into GAMEDIR by default
-tty: correctly handle an empty TERM environment variable
-tty: don't lose messages when ESC has canceled their display
-tty: clear topl after pickup_burden prompt
Gnome: destroy main game windows correctly
Gnome: Dylan Alex Simon's port of KDE-style worn window
Gnome: Dylan Alex Simon's port of KDE-style hero cursor color
-tty: support terms where turning off inverse video turns off color too
Gnome/Linux: more portable getres*id workaround
+X11: restore support for non-square tiles when USE_XPM is defined
+X11: getlin dialog got steadily narrower each time it was used
msdos: compiling without NO_TERMS resulted in a link-time error
msdos: reworked Makefile.GCC to get rid of need to duplicate source files
msdos,win32: stop doing chdir when NOCWD_ASSUMPTIONS is defined
+tty: remove #define DEBUG that forced debug behavior in production builds
+tty: correctly handle an empty TERM environment variable
+tty: don't lose messages when ESC has canceled their display
+tty: clear topl after pickup_burden prompt
+tty: support terms where turning off inverse video turns off color too
+tty: object selection at --More-- prompt after '?' didn't work anymore
+unix: install recover command into GAMEDIR by default
vms: prevent error() from indirectly triggering hangup save during forced exit
-/* SCCS Id: @(#)invent.c 3.4 2002/04/07 */
+/* SCCS Id: @(#)invent.c 3.4 2002/09/16 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
ret = message_menu(lets[0],
want_reply ? PICK_ONE : PICK_NONE,
xprname(otmp, (char *)0, lets[0], TRUE, 0L, 0L));
+ if (out_cnt) *out_cnt = -1L; /* select all */
break;
}
}