qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCHv2 0/2] curses: use wide output functions


From: Samuel Thibault
Subject: [Qemu-devel] [PATCHv2 0/2] curses: use wide output functions
Date: Sun, 30 Oct 2016 15:01:11 +0100

Hello,

This is a respin of the output part of curses wide output.

- curses has been made to now depend on iconv
- this allowed to just always use iconv, including to convert from the default
CP437 encoding.
- this also avoids the problematic usage of L'\uxxxx'.

Samuel Thibault (2):
  iconv: detect and make curses depend on it
  curses: add option to specify VGA font encoding

 configure               |  45 ++++++-
 hw/display/vga.c        |   4 +-
 include/sysemu/sysemu.h |   1 +
 include/ui/console.h    |  16 ++-
 qemu-options.hx         |   5 +-
 ui/curses.c             | 304 ++++++++++++++++++++++++++++++++++++++++--------
 vl.c                    |  23 +++-
 7 files changed, 340 insertions(+), 58 deletions(-)

-- 
2.10.1




reply via email to

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