Changes to make bright and normal colors is display menus.

This commit is contained in:
Michiel Broek
2001-09-27 20:35:25 +00:00
parent 3f5a2c6977
commit 1215de5b4f
15 changed files with 212 additions and 160 deletions

View File

@@ -2,7 +2,7 @@
*
* File ..................: structs.h
* Purpose ...............: MBSE BBS Global structure
* Last modification date : 06-Jul-2001
* Last modification date : 26-Sep-2001
*
*****************************************************************************
* Copyright (C) 1997-2001
@@ -903,10 +903,10 @@ struct menufile {
unsigned Y2Kdoorsys : 1; /* Write Y2K style door.sys */
unsigned Comport : 1; /* Vmodem compart mode */
long Credit; /* Credit needed */
int OpenFrom; /* Open From */
int OpenTo; /* Open To */
int ForeGnd; /* ForeGround color */
int BackGnd; /* BackGround color */
int HiForeGnd; /* High ForeGround color */
int HiBackGnd; /* High ForeGround color */
int ForeGnd; /* Normal ForeGround color */
int BackGnd; /* Normal BackGround color */
};