You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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 inscore()
, when displaying the messageNo scorefile: Create Retry Abort
The solution is for
curses.c
to provide an API to enable and disable scrolling using methods from<curses.h>
The text was updated successfully, but these errors were encountered: