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

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