summaryrefslogtreecommitdiff
path: root/modules/wcwidth
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2006-06-28 13:11:32 +0000
committerEric Blake <ebb9@byu.net>2006-06-28 13:11:32 +0000
commite0edd5715c35d04d79ab75d3e4df28244c355444 (patch)
tree1ece2f1991f8a9d07507a5ff75f739c3ee395c4a /modules/wcwidth
parent72334d04f6b9cf71353d114686895dd1d042a973 (diff)
downloadgnulib-e0edd5715c35d04d79ab75d3e4df28244c355444.tar.gz
* modules/wcwidth: New file.
* modules/mbchar (Depends-on): Add wcwidth. * modules/mbswidth (Depends-on): Add wcwidth. * MODULES.html.sh: Add wcwidth.
Diffstat (limited to 'modules/wcwidth')
-rw-r--r--modules/wcwidth23
1 files changed, 23 insertions, 0 deletions
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