• Home
Name Date Size #Lines LOC

..--

adhoc-tests/12-May-2024-17087

doc/12-May-2024-2,7922,212

examples/12-May-2024-96,92296,658

gnulib-local/12-May-2024-50,33232,654

lib/12-May-2024-1,8181,070

m4/12-May-2024-9895

tests/12-May-2024-438

.gitignoreD12-May-202412.1 KiB585559

AUTHORSD12-May-2024271 117

COPYINGD12-May-202434.3 KiB675553

DEPENDENCIESD12-May-20242.7 KiB8672

HACKINGD12-May-20242.4 KiB9363

INSTALLD12-May-202413.3 KiB308236

Makefile.amD12-May-20248.6 KiB223194

NEWSD12-May-20242.1 KiB5345

READMED12-May-20241 KiB4928

autogen.shD12-May-20244.9 KiB13885

configure.acD12-May-20245.3 KiB177147

version.shD12-May-2024113 42

README

1           GNU LIBTEXTSTYLE - Text styling library
2
3This library provides an easy way to add styling to programs that
4produce output to a console or terminal emulator window.
5
6libtextstyle is for you if your application produces text that is more
7readable when it is accompanied with styling information, such as color,
8font attributes (weight, posture), or underlining.
9
10
11Installation
12------------
13
14As usual for GNU packages:
15
16    $ ./configure --prefix=[[PREFIX]]     where [[PREFIX]] is e.g. $HOME/local
17    $ make
18    $ make install
19
20
21Copyright
22---------
23
24The libtextstyle library and its header files are licensed under the GNU GPLv3+.
25
26You find the GNU GPL version 3 in the file COPYING or at
27<https://www.gnu.org/licenses/gpl-3.0-standalone.html>.
28
29The documentation is under another license; see in the documentation.
30
31
32Download
33--------
34
35    https://alpha.gnu.org/gnu/gettext/libtextstyle-0.8.tar.gz
36
37Homepage
38--------
39
40    https://www.gnu.org/software/gettext/libtextstyle/
41
42Bug reports to
43--------------
44
45    <bug-gettext@gnu.org>
46
47
48Bruno Haible <bruno@clisp.org>
49