include unicode stripping from crawl dgl, etc)
-public (no-password) accounts? (a per-user flag) what happens when someone
is playing on the account and someone else logins and we start playing?
--change the watching screen not to show the 'press 'm' to mail user'
- part, if spool isn't enabled.
-info screen (more than just the banner), for info about the game(s)
and the server, etc.
-allow more than one editor per dgl
erase ();
drawbanner (&banner, 1, 1);
mvprintw (3, 1,
- "During playback, hit 'q' to return here, 'm' to send mail (requires login),");
+ "During playback, hit 'q' to return here,%s",
+ (((gameid == -1) || (myconfig[gameid]->spool)) ? " 'm' to send mail (requires login)," : ""));
mvaddstr (4, 1,
"'s' to toggle graphic-set stripping for DEC, IBM, and none (default).");
mvaddstr (5, 1, "The following games are in progress: (use uppercase to try to change size)");