grammar: "foo based" to "foo-based"

There seems to be a need to locate these in the distribution every decade or so.
This commit is contained in:
nhmall
2022-10-30 16:08:14 -04:00
parent 333735863f
commit ad23b4e8e1
11 changed files with 12 additions and 12 deletions

View File

@@ -29,7 +29,7 @@
#define CLR_WHITE 15
#define CLR_MAX 16
/* The "half-way" point for tty based color systems. This is used in */
/* The "half-way" point for tty-based color systems. This is used in */
/* the tty color setup code. (IMHO, it should be removed - dean). */
#define BRIGHT 8

View File

@@ -53,7 +53,7 @@
* Some combinations make no sense. See the installation document.
*/
#if !defined(NOTTYGRAPHICS)
#define TTY_GRAPHICS /* good old tty based graphics */
#define TTY_GRAPHICS /* good old tty-based graphics */
#endif
/* #define CURSES_GRAPHICS *//* Curses interface - Karl Garrison*/
/* #define X11_GRAPHICS */ /* X11 interface */

View File

@@ -371,7 +371,7 @@
* NetHack 3.2.0, April 11, 1996
* enhancements to the windowing systems including "tiles" or icons to
* visually represent monsters and objects (courtesy Warwick Allison)
* window based menu system introduced for inventory and selection
* window-based menu system introduced for inventory and selection
* moving light sources besides the player
* improved #untrap (courtesy Helge Hafting)
* spellcasting logic changes to balance spellcasting towards magic-using