diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-02-10 16:33:14 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-02-10 16:33:14 +0000 |
commit | 4d3b6f6e126553107a78999bd1070b086ae3c023 (patch) | |
tree | 53efc029b509407306b900d509256fdaabd6f49f /monitor.c | |
parent | c0be16d39fd7187764dcd3d65a63167c92e48142 (diff) | |
download | qemu-4d3b6f6e126553107a78999bd1070b086ae3c023.tar.gz qemu-4d3b6f6e126553107a78999bd1070b086ae3c023.tar.bz2 qemu-4d3b6f6e126553107a78999bd1070b086ae3c023.zip |
Add an ncurses UI.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3976 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -824,6 +824,8 @@ static const KeyDef key_defs[] = { { 0x31, "n" }, { 0x32, "m" }, + { 0x37, "asterisk" }, + { 0x39, "spc" }, { 0x3a, "caps_lock" }, { 0x3b, "f1" }, |