From 3235ac592f20a8ee203f73e4012c26d02f1cce43 Mon Sep 17 00:00:00 2001
From: Paul Beckingham
+
+ 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
+...