From 3235ac592f20a8ee203f73e4012c26d02f1cce43 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 28 Apr 2009 23:55:23 -0400 Subject: [PATCH] Documentation Update - Added names to AUTHORS - Added Ubuntu 9.04 ncurses tip to faq --- AUTHORS | 3 ++- html/faq.html | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) 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: +

% sudo apt-get install libncurses5-dev
+ Then you need to rebuild task from scratch, starting with +
% cd task-X.X.X
+% ./configure
+...
+ The result should be a task program that knows the width + of the terminal window, and wraps accordingly. +

+