All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCHv3 0/2] curses: Add support for wide output
@ 2019-03-11 13:51 Samuel Thibault
  2019-03-11 13:51 ` [Qemu-devel] [PATCHv3 1/2] iconv: detect and make curses depend on it Samuel Thibault
  2019-03-11 13:51 ` [Qemu-devel] [PATCHv3 2/2] curses: add option to specify VGA font encoding Samuel Thibault
  0 siblings, 2 replies; 3+ messages in thread
From: Samuel Thibault @ 2019-03-11 13:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: Samuel Thibault, pbonzini, kraxel, armbru, ekohler, eblake

Hello,

This adds support for wide output in the curses frontend

Difference with previous version:
- detect iconv from /usr/local before from /usr, in case a libiconv
  version is there in addition to the system-provided in /usr

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

 configure        |  60 ++++++++-
 qapi/ui.json     |  14 +++
 qemu-options.hx  |   5 +-
 ui/Makefile.objs |   4 +-
 ui/curses.c      | 315 ++++++++++++++++++++++++++++++++++++++++-------
 vl.c             |   2 +-
 6 files changed, 348 insertions(+), 52 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-11 13:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-11 13:51 [Qemu-devel] [PATCHv3 0/2] curses: Add support for wide output Samuel Thibault
2019-03-11 13:51 ` [Qemu-devel] [PATCHv3 1/2] iconv: detect and make curses depend on it Samuel Thibault
2019-03-11 13:51 ` [Qemu-devel] [PATCHv3 2/2] curses: add option to specify VGA font encoding Samuel Thibault

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.