[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm debug.cpp,1.11,1.12
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm debugger.cpp,NONE,1.1 debugger.h,NONE,1.1 module.mk,1.2,1.3 scummvm.cpp,1.97,1.98
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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.
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm debug.cpp,1.11,1.12
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm debugger.cpp,NONE,1.1 debugger.h,NONE,1.1 module.mk,1.2,1.3 scummvm.cpp,1.97,1.98
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list