diff --git a/ChangeLog b/ChangeLog index 91f85926..f0a830f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/examples/menus.tar b/examples/menus.tar index 13decbaf..b65c17e8 100644 Binary files a/examples/menus.tar and b/examples/menus.tar differ diff --git a/examples/txtfiles.tar b/examples/txtfiles.tar index 0accd217..75c98e8f 100644 Binary files a/examples/txtfiles.tar and b/examples/txtfiles.tar differ diff --git a/mbsebbs/menu.c b/mbsebbs/menu.c index e7687e1a..4a33b4d8 100644 --- a/mbsebbs/menu.c +++ b/mbsebbs/menu.c @@ -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: