Update a comment in config.h to allow for gnome-terminal updates

gnome-terminal was recently fixed to work correctly with
TTY_TILES_ESCCODES (and other similar private-use terminal code
sequences), and thus this isn't an incompatible combination any
more.
This commit is contained in:
Alex Smith
2024-10-25 01:32:31 +01:00
parent 79c889502c
commit 4c49239940

View File

@@ -629,11 +629,10 @@ typedef unsigned char uchar;
* glyph" code, then the escape codes for color and the glyph character
* itself, and then the "end glyph" code.
*
* To compile NetHack with this, add tile.c to WINSRC and tile.o to WINOBJ
* in the hints file or Makefile.
* Set boolean option vt_tiledata and/or vt_sounddata in your config file
* to turn either of these on.
* Note that gnome-terminal at least doesn't work with this. */
* To compile NetHack with this, add tile.c to WINSRC and tile.o to WINOBJ in
* the hints file or Makefile. Set boolean option vt_tiledata and/or
* vt_sounddata in your config file to turn either of these on. Note that some
* terminals (e.g. old versions of gnome-terminal) don't work with this. */
/* #define TTY_TILES_ESCCODES */
/* #define TTY_SOUND_ESCCODES */