+-allow changing the name where the ttyrecs are saved, like
+ ttyrec_fn = "%rttyrec/%n/%g/%p.ttyrec"
+-allow typing / in watching screen to search for a user
+ ("/foo<enter>" would start watching user foo's game, or
+ report that that player is not playing.
+-maybe save more stuff in the db, if we're using the sqlite
+ (last login timestamp, watch-menu sort-type, etc)
-Allow using a ttyrec (or similar screen capture) as the menu
text, instead of a text file.
maybe adding a bannertype={auto,txt,ttyrec,screendump}
globalconfig.menulist = NULL;
globalconfig.server_id = NULL;
+ globalconfig.shed_uid = (uid_t)-1;
+ globalconfig.shed_gid = (gid_t)-1;
+
globalconfig.sortmode = SORTMODE_NONE;
if (config)