git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8529 c06c8d41-db1a-0410-9941-cceddc491573
LP4SVNYCLP2QMXY4ADRLLHYMFW62A2F3SMYRDDC27V7X7AK3YWDQC // TODO enne - do we need to differentiate the number of columns// in the message window and the number of columns on the CRT?return m_region_crt->mx;
switch (m_active_layer){default:return 0;case LAYER_NORMAL:return m_region_msg->mx;case LAYER_CRT:return m_region_crt->mx;}