In chat beeps are heared for system messages

This commit is contained in:
Michiel Broek 2006-02-04 14:06:15 +00:00
parent 0ed5a3527d
commit c80b923640
2 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,9 @@ v0.83.11 28-Jan-2006
mbstat: mbstat:
Added semafore names to help. Added semafore names to help.
mbmon:
In chat beeps are heared for system messages.
v0.83.10 25-Jan-2006 - 28-Jan-2006 v0.83.10 25-Jan-2006 - 28-Jan-2006

View File

@ -4,7 +4,7 @@
* Purpose ...............: Monitor Program * Purpose ...............: Monitor Program
* *
***************************************************************************** *****************************************************************************
* Copyright (C) 1997-2005 * Copyright (C) 1997-2006
* *
* Michiel Broek FIDO: 2:280/2802 * Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10 * Beekmansbos 10
@ -500,6 +500,7 @@ void Showline(int y, int x, char *msgin)
mbse_colour(LIGHTRED, BLACK); mbse_colour(LIGHTRED, BLACK);
mbse_mvprintw(y, x, msg); mbse_mvprintw(y, x, msg);
} else if (msg[0] == '*') { } else if (msg[0] == '*') {
putchar('\007');
mbse_colour(LIGHTMAGENTA, BLACK); mbse_colour(LIGHTMAGENTA, BLACK);
mbse_mvprintw(y, x, msg); mbse_mvprintw(y, x, msg);
} else { } else {