Update of /cvsroot/netrek/client/netrekxp
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25264

Modified Files:
	clientr.suo 
Log Message:
Added in support for multiline macros using the NEWMACRO system with the recipient being a conditional variable, i.e. %p, %z, etc.  Prior to this change, only single line macros could be sent using a conditional variable for the recipient.  Changes were made as follows:
struct.h: New variable (int multi) in struct macro_list.
defaults.c: Initialize multi to 0, set to 1 in the case of multiline macros that are sent by mouse targetting.
input.c: Check for value of multi in the case of mouse targetted macros.  If multi is 1, continue reading in the rest of the macro.  If not, break out of loop per usual.

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
Binary files /tmp/cvsvf2Pq0 and /tmp/cvsGf6W1F differ