beta 16
- also fix typo that Pat noticed
This commit is contained in:
@@ -381,9 +381,9 @@ 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
|
||||
tty: ext command autocomplete now lets you enter auto-completed characters
|
||||
unix: install recover command into GAMEDIR by default
|
||||
vms: prevent error() from indirectly triggering hangup save during forced exit
|
||||
tty: ext command autocomplete now lets you enter auto-completed characters
|
||||
|
||||
|
||||
General New Features
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "patchlevel.h"
|
||||
#endif
|
||||
|
||||
#define BETA_INFO " [beta15]"
|
||||
#define BETA_INFO " [beta16]"
|
||||
|
||||
/* fill and return the given buffer with the nethack version string */
|
||||
char *
|
||||
|
||||
@@ -175,7 +175,7 @@ getlock()
|
||||
backsp(); /* \b is visible on NT */
|
||||
(void) putchar(' ');
|
||||
backsp();
|
||||
# else
|
||||
# else
|
||||
msmsg("\b \b");
|
||||
# endif
|
||||
ct = 0;
|
||||
|
||||
Reference in New Issue
Block a user