From 4c49239940cc92a7171ef640baf71517f1d82ede Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Fri, 25 Oct 2024 01:32:31 +0100 Subject: [PATCH] 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. --- include/config.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/include/config.h b/include/config.h index 64910138b..1c728d459 100644 --- a/include/config.h +++ b/include/config.h @@ -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 */