roguepc icon indicating copy to clipboard operation
roguepc copied to clipboard

Text on fakedos() does not scroll

Open MestreLion opened this issue 10 years ago • 0 comments
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>

MestreLion avatar Mar 31 '15 01:03 MestreLion