Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24847/include Modified Files: data.h Log Message: New option maxScrollLines in netrekrc, controls size of window scrollback buffer, rather than it being fixed in stone as before. Updated help files on this option + metatype. Index: data.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- data.h 29 Nov 2006 12:06:34 -0000 1.39 +++ data.h 29 Nov 2006 13:06:40 -0000 1.40 @@ -636,6 +636,7 @@ extern int agriColor; /* agri planets font color on map */ extern int windowMove; /* allow moving of internal windows */ +extern int maxScrollLines; /* maximum number of scroll lines in a window */ extern int mainResizeable; /* allow resize of netrek window */ extern int mainTitleBar; /* start netrek window with title bar on */ extern int playerListMessaging; /* allow message zoom when clicking on player list */