From b85f1be88a3825acd192ef6feed581e083ee6a9f Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Wed, 24 Oct 2001 21:05:47 +0000 Subject: [PATCH] Added emacs/wordstar switch to userrecord for next release. --- lib/structs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/structs.h b/lib/structs.h index 1236bc61..4c446e0e 100644 --- a/lib/structs.h +++ b/lib/structs.h @@ -2,7 +2,7 @@ * * File ..................: structs.h * Purpose ...............: MBSE BBS Global structure - * Last modification date : 17-Oct-2001 + * Last modification date : 24-Oct-2001 * ***************************************************************************** * Copyright (C) 1997-2001 @@ -376,6 +376,7 @@ struct userrec { unsigned ieNEWS : 1; /* Show bulletins */ unsigned ieFILE : 1; /* Check for new files */ unsigned Email : 1; /* Has private email box */ + unsigned FSemacs : 1; /* FSedit uses emacs keys */ char Password[15]; /* Plain password */ };