fix github issue 361 to make user_sounds useful even if MSGTYPE is hidden
fixes #361 Also, experminental introduction of vt_sounddata to enable tty to pass a sound file index to the terminal side of things where perhaps someone can add code to something like hterm to take the information relayed by NetHack to trigger user_sounds locally even if playing on a server. Compile time option TTY_SOUND_ESCCODES required to build that support in. It should be independent of TTY_TILE_ESCCODES.
This commit is contained in:
@@ -114,6 +114,9 @@ preload_tiles control whether tiles get pre-loaded into RAM at [TRUE]
|
||||
Boolean option if TTY_TILES_ESCCODES was set at compile time (tty only):
|
||||
vt_tiledata insert extra data escape code markers into output [FALSE]
|
||||
|
||||
Boolean option if TTY_SOUND_ESCCODES was set at compile time (tty only):
|
||||
vt_sounddata insert sound data escape code markers into output [FALSE]
|
||||
|
||||
Any Boolean option can be negated by prefixing it with a '!' or 'no'.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user