Vitaly Ostrosablin
Vitaly Ostrosablin
Probably because it goes through a new UTF8 handler, it seems that SYMBOLS options defined in nethackrc are ignored. E.g. `SYMBOLS=S_boulder:0` that used to work with IBMgraphics just renders as...
This patch adds a new compound option: autosave (as proposed in GitHub issue #208). The idea behind patch is to allow artificially limiting game session duration, by automatically saving-and-quitting after...
If you accidentally press arrow keys during text prompt in curses - control sequences appear on the prompt and cursor becomes a little off. This differs from tty behavior, where...
It's been a long time since I've noticed this behavior, but I've always has assumed this to be a color scheme issue. But after #480 was brought up and turned...
This probably should be a new option. The defaults (no force_invmenu) puts letter choice first, and menu is secondary. When option force_invmenu was introduced, it become much more convenient for...
My implementation of issue 100 note multiplier. Adds a spinner that allows to multiply note events via note filter.
There's several uses for such feature: * Public NetHack servers, particularly *Robin accounts. NetHack could be played multiplayer by playing in turns and then giving control of character to another...
Not sure, if it's a tty or curses problem. There's such piece of code in save.c, function dosave: /* make sure they see the Saving message */ display_nhwindow(WIN_MESSAGE, TRUE); exit_nhwindows("Be...
I think it would be great to allow to pass NETHACKOPTIONS envvar through ssh client, and for dgamelaunch to be able to pick it up and pass to NetHack. Rationale...
I'm trying to implement automatic ttyrec to GIF and MP4 conversion, but I'm having a problem with determining the terminal dimensions. This info doesn't seem to be available from ttyrec...