- 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

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: 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

View File

@@ -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 *

View File

@@ -175,7 +175,7 @@ getlock()
backsp(); /* \b is visible on NT */
(void) putchar(' ');
backsp();
# else
# else
msmsg("\b \b");
# endif
ct = 0;