aboutsummaryrefslogtreecommitdiff
path: root/devel/rang/pkg-descr
blob: 439aa4187484ab4e0e537dc5fc3614178ba7ab34 (plain) (blame)
1
2
3
4
5
6
7
8
9
C++ library for terminal goodies. It allows to print colored and styled text
on the terminals that support it, avoiding the need to explicitly hardcode
terminal sequences which is commonly done by software authors at the expense
of code elegance.

It also avoids printing terminal sequences when the program output is redirected
to the file, a common problem in such situations.

WWW: https://agauniyal.github.io/rang/