Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
adhoc-tests/ | 12-May-2024 | - | 170 | 87 | ||
doc/ | 12-May-2024 | - | 2,792 | 2,212 | ||
examples/ | 12-May-2024 | - | 96,922 | 96,658 | ||
gnulib-local/ | 12-May-2024 | - | 50,332 | 32,654 | ||
lib/ | 12-May-2024 | - | 1,818 | 1,070 | ||
m4/ | 12-May-2024 | - | 98 | 95 | ||
tests/ | 12-May-2024 | - | 43 | 8 | ||
.gitignore | D | 12-May-2024 | 12.1 KiB | 585 | 559 | |
AUTHORS | D | 12-May-2024 | 271 | 11 | 7 | |
COPYING | D | 12-May-2024 | 34.3 KiB | 675 | 553 | |
DEPENDENCIES | D | 12-May-2024 | 2.7 KiB | 86 | 72 | |
HACKING | D | 12-May-2024 | 2.4 KiB | 93 | 63 | |
INSTALL | D | 12-May-2024 | 13.3 KiB | 308 | 236 | |
Makefile.am | D | 12-May-2024 | 8.6 KiB | 223 | 194 | |
NEWS | D | 12-May-2024 | 2.1 KiB | 53 | 45 | |
README | D | 12-May-2024 | 1 KiB | 49 | 28 | |
autogen.sh | D | 12-May-2024 | 4.9 KiB | 138 | 85 | |
configure.ac | D | 12-May-2024 | 5.3 KiB | 177 | 147 | |
version.sh | D | 12-May-2024 | 113 | 4 | 2 |
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