roguepc
roguepc copied to clipboard
Text on fakedos() does not scroll
trafficstars
Window scroll is disabled for the game, but there are a few places where it is needed, most notably on fakedos(), but also when creating a new score file in score(), when displaying the message No scorefile: Create Retry Abort
The solution is for curses.c to provide an API to enable and disable scrolling using methods from <curses.h>