
27 Jan
2020
27 Jan
'20
12:08 p.m.
On Thu, Jan 23, 2020 at 11:43:00AM +0000, Daniel P. Berrangé wrote:
The combination of g_unichar_iszerowidth and g_unichar_iswide is sufficient to replicate the logic of wcwidth() for libvirt.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- tests/vshtabletest.c | 8 ++------ tools/vsh-table.c | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>