curses: don't change the terminal's default colors

The curses port changed some of the basic 8 terminal colors and all 8 bright
colors on terminals supporting changing colors.
This commit is contained in:
Patric Mueller
2021-06-04 10:36:56 +02:00
parent 70925807f6
commit 6e7f1bc1f0
2 changed files with 12 additions and 66 deletions

View File

@@ -747,6 +747,7 @@ curses: for vertical status, line up conditions in columns; usually two but
[at present, highlighting with inverse video includes trailing spaces
used to align entries in their columns--that's a feature...]
curses: indent items in perm_invent window by one space
curses: don't change the terminal's default colors
macOS: Xcode project was failing to build if the path to the NetHack source
tree contained a space; the issue was within some shell script code
contained within the project