]> git.proxmox.com Git - mirror_qemu.git/blobdiff - ui/curses.c
tests/tcg/s390x: Test CLC with inaccessible second operand
[mirror_qemu.git] / ui / curses.c
index de962faa7cd682d855d459583b1612c6a594382d..8bde8c5cf7c35ca85295cd1a46fef27df00ce1a5 100644 (file)
@@ -400,7 +400,7 @@ static void curses_refresh(DisplayChangeListener *dcl)
             if (keysym == -1)
                 keysym = chr;
 
-            kbd_put_keysym(keysym);
+            qemu_text_console_put_keysym(NULL, keysym);
         }
     }
 }