diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-08-15 18:33:42 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-08-15 18:33:42 +0000 |
commit | 128ab2ff50a85969d08d2dec0fd88accdd153bcb (patch) | |
tree | 58e3f83a26a0df04bd347789c0163e0ac6c0a5e9 /curses.c | |
parent | 72c7b06cb7e0cfded2678d531c454fcac16c93c3 (diff) |
Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5012 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'curses.c')
-rw-r--r-- | curses.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,10 @@ #include <termios.h> #endif +#ifdef __OpenBSD__ +#define resize_term resizeterm +#endif + #define FONT_HEIGHT 16 #define FONT_WIDTH 8 |