Switched to detected screensize
This commit is contained in:
@@ -1027,7 +1027,7 @@ struct sysconfig {
|
||||
unsigned GiveEmail : 1; /* Give user email */
|
||||
unsigned AskAddress : 1; /* Ask Home Address */
|
||||
unsigned iOneName : 1; /* Allow one user name */
|
||||
unsigned AskScreenlen : 1; /* Ask screenlength */
|
||||
unsigned xAskScreenlen : 1;
|
||||
unsigned iCrashLevel; /* User level for crash mail*/
|
||||
unsigned iAttachLevel; /* User level for fileattach*/
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
* Purpose ...............: MBSE BBS Users Database structure
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2004
|
||||
* Copyright (C) 1997-2005
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -112,7 +112,7 @@ struct userrec {
|
||||
int iTimeLeft; /* Time left today */
|
||||
int iConnectTime; /* Connect time this call */
|
||||
int iTimeUsed; /* Time used today */
|
||||
int iScreenLen; /* User Screen Length */
|
||||
int xScreenLen;
|
||||
time_t tLastPwdChange; /* Date last password chg */
|
||||
unsigned xHangUps;
|
||||
long Credit; /* Users credit */
|
||||
|
Reference in New Issue
Block a user