Revision c227f099 curses.c

b/curses.c
40 40
#define FONT_HEIGHT 16
41 41
#define FONT_WIDTH 8
42 42

  
43
static a_console_ch screen[160 * 100];
43
static console_ch_t screen[160 * 100];
44 44
static WINDOW *screenpad = NULL;
45 45
static int width, height, gwidth, gheight, invalidate;
46 46
static int px, py, sminx, sminy, smaxx, smaxy;
......
158 158

  
159 159
#include "curses_keys.h"
160 160

  
161
static a_kbd_layout *kbd_layout = NULL;
161
static kbd_layout_t *kbd_layout = NULL;
162 162
static int keycode2keysym[CURSES_KEYS];
163 163

  
164 164
static void curses_refresh(DisplayState *ds)

Also available in: Unified diff