#include <termios.h>
#endif
+#ifdef __OpenBSD__
+#define resize_term resizeterm
+#endif
+
#define FONT_HEIGHT 16
#define FONT_WIDTH 8
atexit(curses_atexit);
#ifndef _WIN32
- signal(SIGINT, SIG_DFL);
- signal(SIGQUIT, SIG_DFL);
#if defined(SIGWINCH) && defined(KEY_RESIZE)
/* some curses implementations provide a handler, but we
* want to be sure this is handled regardless of the library */