• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..26-Jul-2020-

adhoc-tests/H26-Jul-2020-2,0001,817

build-aux/H26-Jul-2020-49,46640,333

doc/H26-Jul-2020-11,3009,505

examples/H26-Jul-2020-96,92296,658

gnulib-local/H26-Jul-2020-50,33232,654

gnulib-m4/H26-Jul-2020-19,26518,231

lib/H26-Jul-2020-325,566221,173

m4/H26-Jul-2020-9,2478,364

tests/H26-Jul-2020-5,9554,996

AUTHORSH A D11-May-2019271 117

COPYINGH A D11-May-201934.3 KiB675553

DEPENDENCIESH A D11-May-20192.7 KiB8672

HACKINGH A D11-May-20192.4 KiB9363

INSTALLH A D11-May-201913.3 KiB308236

INSTALL.windowsH A D11-May-201910.8 KiB270221

Makefile.amH A D23-Dec-20198.6 KiB223194

Makefile.inH A D26-Jul-202075.1 KiB2,2122,107

NEWSH A D26-Jul-20202.1 KiB5345

READMEH A D11-May-20191 KiB4928

aclocal.m4H A D26-Jul-202047 KiB1,3101,201

autogen.shH A D05-Jul-20204.9 KiB13885

config.h.inH A D26-Jul-202045.8 KiB1,4561,109

configureH A D26-Jul-20201.1 MiB42,32534,492

configure.acH A D11-May-20195.3 KiB177147

version.shH A D26-Jul-2020113 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