[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [24406] trunk/blender/source/blender/ makesdna/DNA_space_types.h: support much longer prompts for the console

Campbell Barton ideasman42 at gmail.com
Sun Nov 8 12:33:02 CET 2009


Revision: 24406
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=24406
Author:   campbellbarton
Date:     2009-11-08 12:33:01 +0100 (Sun, 08 Nov 2009)

Log Message:
-----------
support much longer prompts for the console

Modified Paths:
--------------
    trunk/blender/source/blender/makesdna/DNA_space_types.h

Modified: trunk/blender/source/blender/makesdna/DNA_space_types.h
===================================================================
--- trunk/blender/source/blender/makesdna/DNA_space_types.h	2009-11-08 11:07:00 UTC (rev 24405)
+++ trunk/blender/source/blender/makesdna/DNA_space_types.h	2009-11-08 11:33:01 UTC (rev 24406)
@@ -505,7 +505,7 @@
 
 	ListBase scrollback; /* ConsoleLine; output */
 	ListBase history; /* ConsoleLine; command history, current edited line is the first */
-	char prompt[8];
+	char prompt[256];
 	char language[32]; /* multiple consoles are possible, not just python */
 	
 } SpaceConsole;





More information about the Bf-blender-cvs mailing list