From 9bdc3388725327515111f953b7bf44e6e8ef6d62 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:25:32 -0600 Subject: [PATCH] Update Makefile changed for ncurses --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b3e01ea..b266aa7 100644 --- a/Makefile +++ b/Makefile @@ -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