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

@ -12,10 +12,6 @@ esac
# Command:
#./configure
# Cygwin 1.7:
# Command:
#./configure --with-ncurses --with-ncurses-inc=/usr/include/ncurses
# Ubuntu 9.10:
# sudo apt-get install lualib5.1-0-dev
# The library name is also liblua5.1.a, with no symlink to liblua.a.