diff --git a/AUTHORS b/AUTHORS index 273d2acc1..548fba09b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,6 +11,7 @@ Contributing Authors: Chris Pride Richard Querin Federico Hernandez + T. Charles Yun With thanks to: Eugene Kramer @@ -21,7 +22,6 @@ With thanks to: galvanizd Stas Antons Vincent Fleuranceau - T. Charles Yun ArchiMark Carlos Yoder Russell Friesenhahn @@ -30,4 +30,5 @@ With thanks to: Bruce Dillahunty Askme Too P.C. Shyamshankar + David J Patrick diff --git a/html/faq.html b/html/faq.html index d6af2b1d1..a0c845213 100644 --- a/html/faq.html +++ b/html/faq.html @@ -108,6 +108,22 @@
+
+ Q: I'm using Ubuntu 9.04, and I want task to word-wrap
+ descriptions. How do I do this?
+
+
+ A: You need to install ncurses, by doing this:
+
+ Then you need to rebuild task from scratch, starting with
+ % sudo apt-get install libncurses5-dev
+ The result should be a task program that knows the width
+ of the terminal window, and wraps accordingly.
+ % cd task-X.X.X
+% ./configure
+...