From e0edd5715c35d04d79ab75d3e4df28244c355444 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 28 Jun 2006 13:11:32 +0000 Subject: * modules/wcwidth: New file. * modules/mbchar (Depends-on): Add wcwidth. * modules/mbswidth (Depends-on): Add wcwidth. * MODULES.html.sh: Add wcwidth. --- modules/wcwidth | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 modules/wcwidth (limited to 'modules/wcwidth') diff --git a/modules/wcwidth b/modules/wcwidth new file mode 100644 index 0000000000..6afb420631 --- /dev/null +++ b/modules/wcwidth @@ -0,0 +1,23 @@ +Description: +Determine the number of screen columns needed for a character. + +Files: +lib/wcwidth.h +m4/wcwidth.m4 + +Depends-on: + +configure.ac: +gl_FUNC_WCWIDTH + +Makefile.am: +lib_SOURCES += wcwidth.h + +Include: +"wcwidth.h" + +License: +GPL + +Maintainer: +Bruno Haible -- cgit v1.2.1