]> Git Repo - qemu.git/blobdiff - ui/curses_keys.h
qapi: Add device ID and head parameters to screendump
[qemu.git] / ui / curses_keys.h
index f7467449b91e8170eb2a9b634399ba541f2ad5dc..e9195a167192dca1cfc9cfb94d95527829b166fb 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 #ifndef QEMU_CURSES_KEYS_H
-#define QEMU_CURSES_KEYS_H 1
+#define QEMU_CURSES_KEYS_H
 
 #include <curses.h>
 #include "keymaps.h"
@@ -480,7 +480,9 @@ static const name2keysym_t name2keysym[] = {
     { "Left", KEY_LEFT },
     { "Up", KEY_UP },
     { "Down", KEY_DOWN },
+    { "Next", KEY_NPAGE },
     { "Page_Down", KEY_NPAGE },
+    { "Prior", KEY_PPAGE },
     { "Page_Up", KEY_PPAGE },
     { "Insert", KEY_IC },
     { "Delete", KEY_DC },
This page took 0.023818 seconds and 4 git commands to generate.