From b7516d279965cc139c24507688047172bb7a0f7f Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 17 Jun 2007 19:45:07 +0000 Subject: 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 --- crawl-ref/source/view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/view.h') 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); -- cgit v1.2.3-54-g00ecf