summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 22:23:20 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 22:23:20 +0000
commit67f07e0aa94db80e3121490159da5234c06e825c (patch)
treee437f5d25c93049f85a43e959ffde3ad5b9e1e72 /crawl-ref/source/tutorial.cc
parentf86bc5241c35f8a12e3f8f9bec6c2b4bd6f91c88 (diff)
downloadcrawl-ref-67f07e0aa94db80e3121490159da5234c06e825c.tar.gz
crawl-ref-67f07e0aa94db80e3121490159da5234c06e825c.zip
[2010665] Fixing some delay_message_clear-related bugs. Fixing issue (console and tiles) where colored output was not getting indented properly.
I also modified mpr_formatted_output to pass newline=true for the last bit of text when calling message_out. I couldn't figure out how the console version was scrolling mpr_formatted_output and the tiles version was not. However, any mpr function should always scroll the message window (in my opinion), so it seemed like the right thing to do. Also, fixing a tutorial message color formatting typo. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6399 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 5637961f94..5e2398e238 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -2225,7 +2225,7 @@ void learned_something_new(tutorial_event_type seen_what, int x, int y)
case TUT_SHIFT_RUN:
text << "Walking around takes fewer keystrokes if you press "
- "<w>Shift-direction</w> or <w>/ <w>direction</w>. "
+ "<w>Shift-direction</w> or <w>/ direction</w>. "
"That will let you run until a monster comes into sight or "
"your character sees something interesting.";
break;