Make Chat Windows pseudo-tabbed
[xboard.git] / common.h
index 745ceac..35c04c8 100644 (file)
--- a/common.h
+++ b/common.h
@@ -717,7 +717,7 @@ extern WindowPlacement wpGameList;
 extern WindowPlacement wpTags;
 
 // [HGM] chat  
-#define MAX_CHAT 3
+#define MAX_CHAT 5
 extern int chatCount;
 extern char chatPartner[MAX_CHAT][MSG_SIZ];