]> granicus.if.org Git - nethack/commitdiff
beta 16
authornethack.allison <nethack.allison>
Thu, 26 Dec 2002 16:43:38 +0000 (16:43 +0000)
committernethack.allison <nethack.allison>
Thu, 26 Dec 2002 16:43:38 +0000 (16:43 +0000)
- also fix typo that Pat noticed

doc/fixes34.1
src/version.c
sys/share/pcunix.c

index 921b08b8ce9d95398706684eaa22825a8d9d3975..66571b385d8d8045eb5e307e9279ea29d643cbe8 100644 (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
index c113c836be6e27b666c1bb878b4b16634ab62fc2..e859296d3998b9c1aeb9397e873f1a929ee1e75e 100644 (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 *
index 3e93161684e1409cb67ba258b359c01564419136..79454f09d22f229e57bd867ea9f6b8a435b85061 100644 (file)
@@ -175,7 +175,7 @@ getlock()
                        backsp();       /* \b is visible on NT */
                        (void) putchar(' ');
                        backsp();
- # else
+# else
                        msmsg("\b \b");
 # endif
                        ct = 0;