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
The new user-selectable #defines, such as ROGUE_DEBUG, ROGUE_COLUMNS, ROGUE_SRC_TYPE, should be organized and declared in a single place, preferably rogue.h or curses_common.h. The different modes available should be clearly documented, and included in the Makefile.
Some of them should be converted to run-time options, via rogue.opt env file, command-line arguments, or both.
The text was updated successfully, but these errors were encountered:
The new user-selectable
#define
s, such asROGUE_DEBUG
,ROGUE_COLUMNS
,ROGUE_SRC_TYPE
, should be organized and declared in a single place, preferablyrogue.h
orcurses_common.h
. The different modes available should be clearly documented, and included in theMakefile
.Some of them should be converted to run-time options, via
rogue.opt
env file, command-line arguments, or both.The text was updated successfully, but these errors were encountered: