Eliminated ncurses

- Removed autoconf ncurses detection.
- Modified man pages.
- Inserted vitapi replacement code.
- Cached terminal size values for reuse.
- Modified packaging info for OSX.
- Removed -lncurses from unit test makefile.
- Removed obsolete taskrc example.
- Modified (simplified) source build instructions.
This commit is contained in:
Paul Beckingham 2010-12-14 14:40:03 -05:00
parent 551c4b99c4
commit c73f131f32
22 changed files with 60 additions and 654 deletions

View file

@ -75,11 +75,11 @@ Note: This is being written from the OSX 10.6 perspective, and may therefore
Any text editor will do, but look for this line (line 5):
LFLAGS = -L/usr/local/lib -lncurses -llua
LFLAGS = -L/usr/local/lib -llua
and change it to:
LFLAGS = -L/usr/local/lib -lncurses
LFLAGS = -L/usr/local/lib
Now build the unit tests:
@ -256,7 +256,7 @@ Note: This is being written from the OSX 10.6 perspective, and may therefore
$ /usr/local/bin/task version
task 1.9.2 built for darwin-ncurses
task 1.9.2 built for darwin
Copyright (C) 2006 - 2010 P. Beckingham, F. Hernandez.
Taskwarrior may be copied only under the terms of the GNU General Public