Documentation Update

- Added names to AUTHORS
- Added Ubuntu 9.04 ncurses tip to faq
This commit is contained in:
Paul Beckingham 2009-04-28 23:55:23 -04:00
parent dcedbb3076
commit 3235ac592f
2 changed files with 18 additions and 1 deletions

View file

@ -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

View file

@ -108,6 +108,22 @@
</p>
<hr>
<p>
<b>
Q: I'm using Ubuntu 9.04, and I want task to word-wrap
descriptions. How do I do this?
</b>
<br />
A: You need to install ncurses, by doing this:
<code><pre>% sudo apt-get install libncurses5-dev</pre></code>
Then you need to rebuild task from scratch, starting with
<code><pre>% cd task-X.X.X
% ./configure
...</pre></code>
The result should be a task program that knows the width
of the terminal window, and wraps accordingly.
</p>
<hr>
<!--
<p>
<b>