qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/5] curses: wide character support


From: Samuel Thibault
Subject: [Qemu-devel] [PATCH 0/5] curses: wide character support
Date: Thu, 23 Jun 2016 00:23:17 +0200

Hello,

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 :)

Samuel

Samuel Thibault (5):
  curses: fix left/right arrow translation
  curses: Use cursesw when available
  curses: use wide output functions
  curses: add option to specify VGA font encoding
  curses: support wide input

 configure               | 101 +++++++++++-
 hw/display/vga.c        |   4 +-
 include/sysemu/sysemu.h |   1 +
 include/ui/console.h    |  19 ++-
 qemu-options.hx         |  20 +++
 ui/curses.c             | 408 ++++++++++++++++++++++++++++++++++++++++++++----
 ui/curses_keys.h        | 113 ++++++++------
 vl.c                    |   4 +
 8 files changed, 589 insertions(+), 81 deletions(-)

-- 
2.8.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]