mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
- Corrected Cygwin ncurses documentation
- Added galvanizd to the AUTHOS file for recognition of above tip
This commit is contained in:
parent
994f98b57a
commit
3a6de7d940
2 changed files with 6 additions and 3 deletions
1
AUTHORS
1
AUTHORS
|
@ -11,4 +11,5 @@ With thanks to:
|
|||
Bruce Israel
|
||||
Thomas Engel
|
||||
Nishiishii
|
||||
galvanizd
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue