[Scummvm-cvs-logs] CVS: scummvm/gui console.cpp,1.16,1.17

James Brown ender at users.sourceforge.net
Sun Dec 15 22:22:01 CET 2002


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv32568/gui

Modified Files:
	console.cpp 
Log Message:
New debugger core. Doesn't really have anything implemented yet, but is far more expandable and userfriendly than our previous.

Enable experimental console debugger by default, as I havn't written the text console code yet :)


Index: console.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/console.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- console.cpp	16 Dec 2002 03:21:38 -0000	1.16
+++ console.cpp	16 Dec 2002 06:21:07 -0000	1.17
@@ -37,7 +37,7 @@
 */
 
 
-#define PROMPT	"$ "
+#define PROMPT	") "
 
 /* TODO:
  * - it is very inefficient to redraw the full thingy when just one char is added/removed.





More information about the Scummvm-git-logs mailing list