mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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
This commit is contained in:
parent
72c7b06cb7
commit
128ab2ff50
8 changed files with 75 additions and 4 deletions
4
curses.c
4
curses.c
|
@ -34,6 +34,10 @@
|
|||
#include <termios.h>
|
||||
#endif
|
||||
|
||||
#ifdef __OpenBSD__
|
||||
#define resize_term resizeterm
|
||||
#endif
|
||||
|
||||
#define FONT_HEIGHT 16
|
||||
#define FONT_WIDTH 8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue