[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/2] curses: add option to specify VGA font enco
|
From: |
Samuel Thibault |
|
Subject: |
Re: [Qemu-devel] [PATCH 2/2] curses: add option to specify VGA font encoding |
|
Date: |
Mon, 4 Mar 2019 09:06:22 +0100 |
|
User-agent: |
NeoMutt/20170113 (1.7.2) |
Gerd Hoffmann, le lun. 04 mars 2019 09:03:38 +0100, a ecrit:
> On Sun, Mar 03, 2019 at 11:44:30AM +0100, Samuel Thibault wrote:
> > This uses iconv to convert glyphs from the specified VGA font encoding to
> > unicode, and makes use of cchar_t instead of chtype when using ncursesw,
> > which allows to store all wide char as well as the WACS values.
> >
> > Signed-off-by: Samuel Thibault <address@hidden>
> > Cc: Eddie Kohler <address@hidden>
>
> So the difference to the patch from Eddie is that charset
> is configurable instead of being hard-coded to CP437?
Yes.
Samuel