- Corrected Cygwin ncurses documentation

- Added galvanizd to the AUTHOS file for recognition of above tip
This commit is contained in:
Paul Beckingham 2008-06-22 00:14:26 -04:00
parent 994f98b57a
commit 3a6de7d940
2 changed files with 6 additions and 3 deletions

View file

@ -11,4 +11,5 @@ With thanks to:
Bruce Israel
Thomas Engel
Nishiishii
galvanizd

View file

@ -82,13 +82,15 @@
<ul>
<li>gcc
<li>make
<li>ncurses
<li>libncurses-devel
<li>libncurses8
</ul>
The gcc and make packages allow you to compile the code, and
are therefore required, but the ncurses package is optional.
are therefore required, but the ncurses packages are optional.
Ncurses will allow task to determine the width of the window, and
therefore use the whole width and wrap text accordingly.
therefore use the whole width and wrap text accordingly, for a
more aesthetically pleasing display.
</p>
</div>