Re: [PATCH] ui/gtk: vte: fix sending multiple characeters

2021-02-22 Thread Gerd Hoffmann
On Sun, Feb 21, 2021 at 10:06:13AM -0700, Zack Marvel wrote: > When using the GTK UI with libvte, multicharacter keystrokes are not > sent correctly (such as arrow keys). gd_vc_in should check the > CharBackend's can_receive instead of assuming multiple characters can be > received. This is not an

[PATCH] ui/gtk: vte: fix sending multiple characeters

2021-02-21 Thread Zack Marvel
When using the GTK UI with libvte, multicharacter keystrokes are not sent correctly (such as arrow keys). gd_vc_in should check the CharBackend's can_receive instead of assuming multiple characters can be received. This is not an issue for e.g. the SDL UI because qemu_chr_be_write is called with le

Re: [PATCH] ui/gtk: vte: fix sending multiple characeters

2021-02-21 Thread Zack Marvel
Sorry for the noise. Fixed coding style issue.

Re: [PATCH] ui/gtk: vte: fix sending multiple characeters

2021-02-21 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210221165219.12744-1-zpmar...@gmail.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210221165219.12744-1-zpmar...@gmail.com Subject: [PATCH] ui/gtk: vte: fix sending

[PATCH] ui/gtk: vte: fix sending multiple characeters

2021-02-21 Thread Zack Marvel
When using the GTK UI with libvte, multicharacter keystrokes are not sent correctly (such as arrow keys). gd_vc_in should check the CharBackend's can_receive instead of assuming multiple characters can be received. This is not an issue for e.g. the SDL UI because qemu_chr_be_write is called with le