diff options
author | James Brown | 2002-12-16 06:21:08 +0000 |
---|---|---|
committer | James Brown | 2002-12-16 06:21:08 +0000 |
commit | e9898096653965b5cee0d73b4c802f19b07ab57a (patch) | |
tree | 0021a1d802e83910a07ac5f3a8fcb0e6441faef0 /gui | |
parent | 932bfdeed7e1c9c0cbe59a5a77970c316912bf93 (diff) | |
download | scummvm-rg350-e9898096653965b5cee0d73b4c802f19b07ab57a.tar.gz scummvm-rg350-e9898096653965b5cee0d73b4c802f19b07ab57a.tar.bz2 scummvm-rg350-e9898096653965b5cee0d73b4c802f19b07ab57a.zip |
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 :)
svn-id: r5990
Diffstat (limited to 'gui')
-rw-r--r-- | gui/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/console.cpp b/gui/console.cpp index ef8aa12a26..1e3c2c1226 100644 --- a/gui/console.cpp +++ b/gui/console.cpp @@ -37,7 +37,7 @@ This code is not finished, so please don't complain :-) */ -#define PROMPT "$ " +#define PROMPT ") " /* TODO: * - it is very inefficient to redraw the full thingy when just one char is added/removed. |