Update Makefile

changed for ncurses
This commit is contained in:
deepend-tildeclub 2024-10-10 12:25:32 -06:00 committed by GitHub
parent 6427f89745
commit 9bdc338872
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -205,13 +205,13 @@ OSTYPE = -DVMUNIX
#
# You may also get terminfo access by using the ncurses library.
#
#TERMLIB = ncurses
TERMLIB = ncurses
#
# The preferred choice for ex on Linux distributions, other systems that
# provide a good termcap file, or when setting the TERMCAP environment
# variable is deemed sufficient, is the included 2.11BSD termcap library.
#
TERMLIB = termlib
# TERMLIB = termlib
#
# Since ex uses sbrk() internally, a conflict with the libc's version of