]> granicus.if.org Git - nethack/commit
TTY: Add compile-time option for tile data hinting
authorPasi Kallinen <paxed@alt.org>
Sun, 10 Jan 2016 08:35:27 +0000 (10:35 +0200)
committerPasi Kallinen <paxed@alt.org>
Sun, 10 Jan 2016 08:53:15 +0000 (10:53 +0200)
commite7d65a44cd93384bb526e2c3f448407ba62fd8de
treeb692ff4ed01f97fe6ad34ab7a1bdd938cec3f3b8
parent653f75edc1ee8a6cafd43f7f0a4c131d24bc54c7
TTY: Add compile-time option for tile data hinting

Several people have asked if 3.6.0 supports playing with tiles on
a public server. Because there's no way for the user's end to know
what that white @ is, this adds special console escape codes for
tile hinting.

The idea was originally a patch called TelnetTiles by Justin Hiltscher,
but this expanded version comes via NAO, where it's been in use for years.

This is basically an interim hack, which should go away when/if
we support actual client-server model.
doc/fixes36.1
include/config.h
include/flag.h
src/options.c
util/makedefs.c
win/tty/wintty.c