Updated example menus and textfiles

This commit is contained in:
Michiel Broek 2001-11-09 15:19:00 +00:00
parent 0e6883b9e5
commit 785fb988fb
4 changed files with 8 additions and 3 deletions

View File

@ -4255,6 +4255,9 @@ v0.33.19 26-Oct-2001
- Added display file "mainlogo" before the "welcome" file.
- Added display files "welcome2..9" after "welcome1" file.
Posting message with users alias is now possible.
If in menu entries "Display prompt" the fore and background
colors are set, the prompt is displayed with these colors.
If not, the prompt defaults to white on black.
mbtask:
Changed to handle the External Doors flag in the lastcaller

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +1,7 @@
/*****************************************************************************
*
* File ..................: bbs/menu.c
* $Id$
* Purpose ...............: Display and handle the menus.
* Last modification date : 27-Oct-2001
*
*****************************************************************************
* Copyright (C) 1997-2001
@ -318,7 +317,10 @@ void DoMenu(int Type)
strcat(sPrompt, temp);
}
}
pout(15, 0, sPrompt);
if (menus.ForeGnd || menus.BackGnd)
pout(menus.ForeGnd, menus.BackGnd, sPrompt);
else
pout(15, 0, sPrompt);
break;
case 7: