Hello,

Ping?

Samuel Thibault, on Sat 15 Oct 2016 21:53:03 +0200, wrote:
> This patch series adds wide character support to the curses frontend of qemu,
> thus allowing to fix a lot of input and output issues with e.g. accented 
> letters
> and semi-graphic glyphs. Since qemu can't know the encoding of the VGA font, 
> the
> user has to specify it (just like he has to specify the keyboard layout with
> -k). I used option -f to make it simple for now, but I welcome any other idea 
> :)

I forgot to mention that I updated the patches according to the reviews
on the list (assume cursesw support, and use -display option).

Samuel

> Samuel Thibault (5):
>   curses: fix left/right arrow translation
>   curses: Use cursesw instead of curses
>   curses: use wide output functions
>   curses: add option to specify VGA font encoding
>   curses: support wide input
> 
>  configure               |  71 ++++++--
>  hw/display/vga.c        |   4 +-
>  include/sysemu/sysemu.h |   1 +
>  include/ui/console.h    |  16 +-
>  qemu-options.hx         |   5 +-
>  ui/curses.c             | 436 
> +++++++++++++++++++++++++++++++++++++++++-------
>  ui/curses_keys.h        | 113 +++++++------
>  vl.c                    |  21 ++-
>  8 files changed, 543 insertions(+), 124 deletions(-)
> 
> -- 
> 2.9.3
> 

-- 
Samuel
Tu as lu les docs. Tu es devenu un informaticien. Que tu le veuilles
ou non. Lire la doc, c'est le Premier et Unique Commandement de
l'informaticien.
-+- TP in: Guide du Linuxien pervers - "L'évangile selon St Thomas"

Reply via email to