diff --git a/html/30second.html b/html/30second.html index e40d6814b..4a3ac3c2d 100644 --- a/html/30second.html +++ b/html/30second.html @@ -23,7 +23,7 @@ Usage Recurrence Date Handling - Troubleshooting + FAQ Old Versions Task on the Web diff --git a/html/advanced.html b/html/advanced.html index 0db9467c5..ec369652e 100644 --- a/html/advanced.html +++ b/html/advanced.html @@ -23,7 +23,7 @@ Usage Recurrence Date Handling - Troubleshooting + FAQ Old Versions Task on the Web diff --git a/html/color.html b/html/color.html index 32e18fd71..ecc060cb8 100644 --- a/html/color.html +++ b/html/color.html @@ -23,7 +23,7 @@ Usage Recurrence Date Handling - Troubleshooting + FAQ Old Versions Task on the Web diff --git a/html/config.html b/html/config.html index e4a7994b3..96c23422c 100644 --- a/html/config.html +++ b/html/config.html @@ -23,7 +23,7 @@ Usage Recurrence Date Handling - Troubleshooting + FAQ Old Versions Task on the Web diff --git a/html/custom.html b/html/custom.html index 4072c0e3c..02ae73e5b 100644 --- a/html/custom.html +++ b/html/custom.html @@ -23,7 +23,7 @@ Usage Recurrence Date Handling - Troubleshooting + FAQ Old Versions Task on the Web diff --git a/html/date.html b/html/date.html index a06f291db..68ff201a0 100644 --- a/html/date.html +++ b/html/date.html @@ -23,7 +23,7 @@ Usage Recurrence Date Handling - Troubleshooting + FAQ Old Versions Task on the Web diff --git a/html/faq.html b/html/faq.html index a0c845213..289c58d10 100644 --- a/html/faq.html +++ b/html/faq.html @@ -23,7 +23,7 @@ Usage Recurrence Date Handling - Troubleshooting + FAQ Old Versions Task on the Web @@ -124,6 +124,53 @@ of the terminal window, and wraps accordingly.
+
+ Q: How do I build task under Cygwin?
+
+
+ A: Task is built the same way everywhere. But under Cygwin, you'll
+ need to make sure you have the following packages available
+ first:
+
+
+
+ Q: Do colors work under Cygwin?
+
+
+ A: They do, but only in a limited way. You can use regular
+ foreground colors (black, red, green ...) and you can
+ regular background colors (on_black, on_red, on_green ...),
+ but underline and bold are not supported.
+
+
+ If you run the command:
+
+ Task will display all the colors it can use, and you will
+ see which ones you can use.
+ % task colors
+
+ See the color documentation for
+ more details on which colors can be used.
+