aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/console.cpp2
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.