pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src console.hxx,1.9,1.10


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src console.hxx,1.9,1.10
Date: 5 Sep 2002 17:28:35 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv28418

Modified Files:
        console.hxx 
Log Message:
fixed max_line_length

Index: console.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/console.hxx,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- console.hxx 4 Sep 2002 17:49:48 -0000       1.9
+++ console.hxx 5 Sep 2002 17:28:33 -0000       1.10
@@ -33,7 +33,7 @@
 
   enum { CONSOLE_BUFFER_SIZE = 200 };
   enum { NUM_LINES           = 100 };
-  enum { MAX_LINE_LENGTH     = 80  };
+  enum { MAX_LINE_LENGTH     = 130  }; // FIXME: this should be dynamic 
arcording to the current screen size
 
   std::list<std::string> buffer;
   char char_buffer[CONSOLE_BUFFER_SIZE];





reply via email to

[Prev in Thread] Current Thread [Next in Thread]