No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 1.0.0 |
License | Yujin Robot |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/stonier/termcolor.git |
VCS Type | git |
VCS Version | catkin |
Last Updated | 2015-10-27 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
C++ library for printing colours in ansii consoles.
Additional Links
Maintainers
- Daniel Stonier
Authors
- Igor Kalnitsky
// termcolor //
a library for printing colored messages
by Igor Kalnitsky
~ What is termcolor?
Termcolor is a header-only C++ library for printing colored
messages to the terminal. Written just for fun with a help of
the Force.
~ How to use?
Add `termcolor.hpp` to the project and use provided stream
manimulators from the `termcolor` namespace.
For example:
std::cout << termcolor::red << termcolor::on_blue
<< "Red text on blue background!"
<< termcolor::reset << std::endl;
Please, don't forgot to reset termcolor's settings on the stream!
~ What terminals are supported?
Termcolor supports ANSI color formatting. This formatting is
supported by most popular terminals on Linux, Unix and Mac OS.
~ Where the docs?
http://termcolor.readthedocs.org/
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged termcolor at Robotics Stack Exchange
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.