HomeSort by relevance Sort by last modified time
    Searched full:screenpad (Results 1 - 1 of 1) sorted by null

  /external/qemu/
curses.c 44 static WINDOW *screenpad = NULL; variable
54 mvwaddchnstr(screenpad, y, 0, line, width);
56 pnoutrefresh(screenpad, py, px, sminy, sminx, smaxy - 1, smaxx - 1);
70 if (screenpad)
71 delwin(screenpad);
76 screenpad = newpad(height, width);

Completed in 72 milliseconds