[Pkg-wmaker-commits] [wmbiff] 28/77: TextStatus to hold a three-character status message

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_0
in repository wmbiff.

commit fad45d5119196f93ae70dc112d38f181eb1c911e
Author: bluehal <bluehal>
Date:   Mon Apr 15 01:30:32 2002 +0000

    TextStatus to hold a three-character status message
---
 wmbiff/Client.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/wmbiff/Client.h b/wmbiff/Client.h
index cc0aa7b..aa22588 100644
--- a/wmbiff/Client.h
+++ b/wmbiff/Client.h
@@ -1,4 +1,4 @@
-/* $Id: Client.h,v 1.14 2002/04/07 05:08:23 bluehal Exp $ */
+/* $Id: Client.h,v 1.15 2002/04/15 01:30:32 bluehal Exp $ */
 /* Author : Scott Holden ( scotth at thezone.net )
    Modified : Yong-iL Joh ( tolkien at mizi.com )
    Modified : Jorge Garc�a ( Jorge.Garcia at uv.es )
@@ -36,6 +36,8 @@ typedef struct _mbox_t {
 	int UnreadMsgs;				/* New (unread) messages in mailbox */
 	int OldMsgs;
 	int OldUnreadMsgs;
+	char TextStatus[10];		/* if set to a string, toupper() and blit that string. 
+								 * instead of a message count */
 	int blink_stat;				/* blink digits flag-counter */
 	int debug;					/* debugging status */
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list