Updated example menus and textfiles
This commit is contained in:
parent
0e6883b9e5
commit
785fb988fb
@ -4255,6 +4255,9 @@ v0.33.19 26-Oct-2001
|
|||||||
- Added display file "mainlogo" before the "welcome" file.
|
- Added display file "mainlogo" before the "welcome" file.
|
||||||
- Added display files "welcome2..9" after "welcome1" file.
|
- Added display files "welcome2..9" after "welcome1" file.
|
||||||
Posting message with users alias is now possible.
|
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:
|
mbtask:
|
||||||
Changed to handle the External Doors flag in the lastcaller
|
Changed to handle the External Doors flag in the lastcaller
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -1,8 +1,7 @@
|
|||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
*
|
*
|
||||||
* File ..................: bbs/menu.c
|
* $Id$
|
||||||
* Purpose ...............: Display and handle the menus.
|
* Purpose ...............: Display and handle the menus.
|
||||||
* Last modification date : 27-Oct-2001
|
|
||||||
*
|
*
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
* Copyright (C) 1997-2001
|
* Copyright (C) 1997-2001
|
||||||
@ -318,7 +317,10 @@ void DoMenu(int Type)
|
|||||||
strcat(sPrompt, temp);
|
strcat(sPrompt, temp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pout(15, 0, sPrompt);
|
if (menus.ForeGnd || menus.BackGnd)
|
||||||
|
pout(menus.ForeGnd, menus.BackGnd, sPrompt);
|
||||||
|
else
|
||||||
|
pout(15, 0, sPrompt);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 7:
|
case 7:
|
||||||
|
Reference in New Issue
Block a user