summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index b562359b7b..e031388b35 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -169,6 +169,8 @@ bool find_ray( int sourcex, int sourcey, int targetx, int targety,
dungeon_char_type dchar_by_name(const std::string &name);
+void handle_terminal_resize(bool redraw = true);
+
#if defined(WIN32CONSOLE) || defined(DOS)
unsigned short dos_brand( unsigned short colour,
unsigned brand = CHATTR_REVERSE);