mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
27 lines
274 B
Plaintext
27 lines
274 B
Plaintext
|
|
Description:
|
||
|
|
Align/Truncate a string in a given screen width.
|
||
|
|
|
||
|
|
Files:
|
||
|
|
lib/mbsalign.c
|
||
|
|
lib/mbsalign.h
|
||
|
|
|
||
|
|
Depends-on:
|
||
|
|
wchar
|
||
|
|
wctype
|
||
|
|
wcwidth
|
||
|
|
mempcpy
|
||
|
|
|
||
|
|
configure.ac:
|
||
|
|
|
||
|
|
Makefile.am:
|
||
|
|
lib_SOURCES += mbsalign.c mbsalign.h
|
||
|
|
|
||
|
|
Include:
|
||
|
|
"mbsalign.h"
|
||
|
|
|
||
|
|
License:
|
||
|
|
LGPL
|
||
|
|
|
||
|
|
Maintainer:
|
||
|
|
Pádraig Brady
|