RosettaCodeData/Task/Terminal-control-Coloured-text/00DESCRIPTION

12 lines
358 B
Text
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
;Task:
Display a word in various colours on the terminal.
The system palette, or colours such as Red, Green, Blue, Magenta, Cyan, and Yellow can be used.
2013-04-11 01:07:29 -07:00
2019-09-12 10:33:56 -07:00
Optionally demonstrate:
2013-04-11 01:07:29 -07:00
* How the system should determine if the terminal supports colour
* Setting of the background colour
* How to cause blinking or flashing (if supported by the terminal)
2019-09-12 10:33:56 -07:00
<br><br>