SUMMARY This patch creates a viewable monster window, a la zangband. MOTIVATION I wrote this because people on rgra asked for it and it seemed like a good idea. I'm not entirely sure that it really is a good idea. On the upside, I think it will cut down on stupid deaths due to offscreen breathers. On the downside, it makes monsters like mimics and lurkers less interesting. That said, people who don't want the information don't have to display the window... DISCLAIMER This patch does not change the savefile format. Still, it may cause your angband to become unstable and crash. This patch was pretty easy to write (about 4 hours), and so perhaps I haven't tested it as extensively as I should. INSTALLATION Back up your savefile! patch -p0 angband-3.0.3-monlist-patch cd angband-3.0.3/src make -f Makefile.xxx install Play!