summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-08-03 01:31:04 -0400
committerJesse Luehrs <doy@tozt.net>2014-08-03 01:33:59 -0400
commitcb4b6e118dc6ff279597e484c3415fc68ab7bd6f (patch)
tree18862a6cdc5a94e3f60aeee70146306b9b83689a /crawl-ref/source/menu.h
parent3ae9434053b0c91d6a53d375719c91aaf78deaca (diff)
downloadcrawl-ref-cb4b6e118dc6ff279597e484c3415fc68ab7bd6f.tar.gz
crawl-ref-cb4b6e118dc6ff279597e484c3415fc68ab7bd6f.zip
allow stash titles to wrap if they are too long (1260)
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index e684344107..12ebfc59a9 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -462,6 +462,7 @@ protected:
virtual void draw_title();
virtual void write_title();
+ virtual int title_height() const;
virtual void draw_menu();
virtual bool page_down();
virtual bool line_down();