OwenGHB / angband-webclient

Browser client and webserver for playing Angband and variants
http://angband.live
GNU General Public License v2.0
18 stars 7 forks source link

Oangband: Rogue-like keys and ESC key don't work normally #53

Closed smbhax closed 2 years ago

smbhax commented 2 years ago

I'm not sure if this is a bug with the unix/linux version of Oangband, or with the angband.live web interface--but it doesn't happen in the unofficial Windows client (http://angband.oook.cz/faangband/Fonts.html). I've seen the ESC key thing mentioned as a general curses (over SSH?) issue: http://angband.oook.cz/forum/showpost.php?p=26173&postcount=2 -- but it doesn't happen in the other games I've tried on angband.live.

OwenGHB commented 2 years ago

This is a peculiarity of many older versions and variants, the escape key itself is intended to still be able to be used to input escape sequences. You can use as a substitute for escape when playing these variants. While it would be possible to backport the change which has escape working normally to all these older versions and variants, given the existence of the workaround I'm inclined to simply present them 'as is' without code changes. Likewise the non-functioning roguelike keys would be a bug within the variant itself, rather than the web service.

smbhax commented 2 years ago

If these are bugs with the latest code of the game itself, I completely agree that leaving them as is is the way to go. I entered this as an issue for angband.live only because they don't exist in the game's most recent available Windows binary, so I wasn't sure if they were in the game code, or had somehow been caused by being run through the service. Since you've confirmed they're in the game itself, I'm closing the issue.