MestreLion / roguepc

Port of original PC-DOS Epyx Rogue to modern platforms
27 stars 6 forks source link

Text on fakedos() does not scroll #3

Open MestreLion opened 9 years ago

MestreLion commented 9 years ago

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>