A fork of nethack with semi-multiplayer features and other customizations. (An in-heavy-development fork version is at https://github.com/computersciencehouse/bingehack4 )
When a message is exactly (or possibly a multiple of) the width of your message window, the message is displayed infinitely, creating an unplayable game.
This is caused in curses_str_remainder win/curses/cursmisc.c:369 where a logic error causes the function to return the entire string.
When a message is exactly (or possibly a multiple of) the width of your message window, the message is displayed infinitely, creating an unplayable game.
This is caused in curses_str_remainder win/curses/cursmisc.c:369 where a logic error causes the function to return the entire string.