mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* modules/mbchar (Depends-on): Add wcwidth. * modules/mbswidth (Depends-on): Add wcwidth. * MODULES.html.sh: Add wcwidth.
29 lines
319 B
Plaintext
29 lines
319 B
Plaintext
Description:
|
|
Determine the number of screen columns needed for a string.
|
|
|
|
Files:
|
|
lib/mbswidth.h
|
|
lib/mbswidth.c
|
|
m4/mbstate_t.m4
|
|
m4/mbrtowc.m4
|
|
m4/mbswidth.m4
|
|
|
|
Depends-on:
|
|
wcwidth
|
|
|
|
configure.ac:
|
|
gl_MBSWIDTH
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbswidth.h mbswidth.c
|
|
|
|
Include:
|
|
"mbswidth.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|