aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/advsys/glk_interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/advsys/glk_interface.cpp')
-rw-r--r--engines/glk/advsys/glk_interface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/glk/advsys/glk_interface.cpp b/engines/glk/advsys/glk_interface.cpp
index be164f21cd..3ec2d336c8 100644
--- a/engines/glk/advsys/glk_interface.cpp
+++ b/engines/glk/advsys/glk_interface.cpp
@@ -43,6 +43,7 @@ Common::String GlkInterface::readLine() {
event_t ev;
char line[200];
+ print(": ");
glk_request_line_event(_window, line, 199, 0);
do {