- also fix typo that Pat noticed
This commit is contained in:
nethack.allison
2002-12-26 16:43:38 +00:00
parent 03456ea341
commit 70d60e16d2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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;