]> Git Repo - qemu.git/blobdiff - curses.c
Add missing "static"
[qemu.git] / curses.c
index 87aa9b36b644ff511dfae1f73819feb2a772f613..96b6e49332b1e84bedfd71e19b8568e4ea8b8d40 100644 (file)
--- a/curses.c
+++ b/curses.c
 #include <termios.h>
 #endif
 
+#ifdef __OpenBSD__
+#define resize_term resizeterm
+#endif
+
 #define FONT_HEIGHT 16
 #define FONT_WIDTH 8
 
@@ -346,8 +350,6 @@ void curses_display_init(DisplayState *ds, int full_screen)
     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 */
This page took 0.023923 seconds and 4 git commands to generate.