From 70d60e16d2327685f9f0907924f811c64bb094a2 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Thu, 26 Dec 2002 16:43:38 +0000 Subject: [PATCH] beta 16 - also fix typo that Pat noticed --- doc/fixes34.1 | 2 +- src/version.c | 2 +- sys/share/pcunix.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/fixes34.1 b/doc/fixes34.1 index 921b08b8c..66571b385 100644 --- a/doc/fixes34.1 +++ b/doc/fixes34.1 @@ -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 diff --git a/src/version.c b/src/version.c index c113c836b..e859296d3 100644 --- a/src/version.c +++ b/src/version.c @@ -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 * diff --git a/sys/share/pcunix.c b/sys/share/pcunix.c index 3e9316168..79454f09d 100644 --- a/sys/share/pcunix.c +++ b/sys/share/pcunix.c @@ -175,7 +175,7 @@ getlock() backsp(); /* \b is visible on NT */ (void) putchar(' '); backsp(); - # else +# else msmsg("\b \b"); # endif ct = 0; -- 2.40.0