Re: [PATCH 1/4] editor, keyboard: Add support for arrow keys

2012-09-25 Thread Kristian Høgsberg
On Mon, Sep 17, 2012 at 03:28:07PM +0200, Jan Arne Petersen wrote: > From: Jan Arne Petersen > > Add support for arrow keys on the virtual keyboard and make it possible > to move around the cursor in the editor example. All four patches applied, thanks. Kristian > --- > clients/editor.c | 1

[PATCH 1/4] editor, keyboard: Add support for arrow keys

2012-09-17 Thread Jan Arne Petersen
From: Jan Arne Petersen Add support for arrow keys on the virtual keyboard and make it possible to move around the cursor in the editor example. --- clients/editor.c | 19 --- clients/keyboard.c | 32 2 files changed, 44 insertions(+), 7 deletio