summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-02 17:57:40 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-02 17:57:40 +0000
commit73945a5e77bcfacb8aa8aa935f074cabb0a0f3cf (patch)
tree84cbacf4db1eb4ff91bbb30f3e069169bd2f2a48 /crawl-ref/source/menu.cc
parente160fb287cda3717eebdee04c7a0a45b484549d6 (diff)
downloadcrawl-ref-73945a5e77bcfacb8aa8aa935f074cabb0a0f3cf.tar.gz
crawl-ref-73945a5e77bcfacb8aa8aa935f074cabb0a0f3cf.zip
Apply Yelve Yakut's patch (2020369) to list monsters and items in view.
The command to do so is xx, and you can select an entry for more details, which will be the database description ('v') for items and the more detailed 'x' description for monsters, which I think is more useful. What's still needed is some kind of sorting by, I guess, difficulty for monsters and respecting sort_menus for the items. Also, the item listing is not terribly useful at the moment but surely soon someone will think of a way to change that. :) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6755 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/menu.cc')
-rw-r--r--crawl-ref/source/menu.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/menu.cc b/crawl-ref/source/menu.cc
index 996c07239d..228be0ac72 100644
--- a/crawl-ref/source/menu.cc
+++ b/crawl-ref/source/menu.cc
@@ -1482,8 +1482,8 @@ std::string get_linebreak_string(const std::string& s, int maxcol)
return r;
}
-// takes a (possibly tagged) string, breaks it into lines and
-// prints it into the given message channel
+// Takes a (possibly tagged) string, breaks it into lines and
+// prints it into the given message channel.
void print_formatted_paragraph(std::string &s, int maxcol,
msg_channel_type channel)
{