Improve error display on crash to get better bug reports.

This commit is contained in:
Hisham Muhammad
2007-11-08 23:53:03 +00:00
parent a7c2aedcec
commit b70b35ea65
3 changed files with 4 additions and 2 deletions

1
CRT.h
View File

@ -17,6 +17,7 @@ in the source distribution for its full text.
#include "String.h"
#include "config.h"
#include "debug.h"
#define ColorPair(i,j) COLOR_PAIR((7-i)*8+j)