summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-17 19:45:07 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-17 19:45:07 +0000
commitb7516d279965cc139c24507688047172bb7a0f7f (patch)
treefbf8b141c74def2fbfe2fb343e457dad0ae24cb7 /crawl-ref/source/view.h
parent23c5277317de657f8376d1b5f33144948a811a42 (diff)
downloadcrawl-ref-b7516d279965cc139c24507688047172bb7a0f7f.tar.gz
crawl-ref-b7516d279965cc139c24507688047172bb7a0f7f.zip
Basic SIGWINCH handling for Unix. Still needs to handle some cases (resizing
the term in the level-map doesn't work right, for instance). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1593 c06c8d41-db1a-0410-9941-cceddc491573
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);