|
Lines 172-178
Link Here
|
| 172 |
# make decisions about use of new_curse.c (use of new_curse is recommended |
172 |
# make decisions about use of new_curse.c (use of new_curse is recommended |
| 173 |
# rather than local curses) |
173 |
# rather than local curses) |
| 174 |
|
174 |
|
| 175 |
if [ -n "$terminfo_exists" -a -z "$termcap_exists" ] |
175 |
if true |
| 176 |
then |
176 |
then |
| 177 |
echo "Neither terminfo or termcap are on this system! " |
177 |
echo "Neither terminfo or termcap are on this system! " |
| 178 |
if [ -f /usr/include/curses.h ] |
178 |
if [ -f /usr/include/curses.h ] |