beta 16
- also fix typo that Pat noticed
This commit is contained in:
+1
-1
@@ -381,9 +381,9 @@ tty: don't lose messages when ESC has canceled their display
|
|||||||
tty: clear topl after pickup_burden prompt
|
tty: clear topl after pickup_burden prompt
|
||||||
tty: support terms where turning off inverse video turns off color too
|
tty: support terms where turning off inverse video turns off color too
|
||||||
tty: object selection at --More-- prompt after '?' didn't work anymore
|
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
|
unix: install recover command into GAMEDIR by default
|
||||||
vms: prevent error() from indirectly triggering hangup save during forced exit
|
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
|
General New Features
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@
|
|||||||
#include "patchlevel.h"
|
#include "patchlevel.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BETA_INFO " [beta15]"
|
#define BETA_INFO " [beta16]"
|
||||||
|
|
||||||
/* fill and return the given buffer with the nethack version string */
|
/* fill and return the given buffer with the nethack version string */
|
||||||
char *
|
char *
|
||||||
|
|||||||
+1
-1
@@ -175,7 +175,7 @@ getlock()
|
|||||||
backsp(); /* \b is visible on NT */
|
backsp(); /* \b is visible on NT */
|
||||||
(void) putchar(' ');
|
(void) putchar(' ');
|
||||||
backsp();
|
backsp();
|
||||||
# else
|
# else
|
||||||
msmsg("\b \b");
|
msmsg("\b \b");
|
||||||
# endif
|
# endif
|
||||||
ct = 0;
|
ct = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user