summaryrefslogtreecommitdiff
path: root/tree/src/vi/ex-070224/Makefile
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-03-01 11:29:12 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-03-01 11:29:12 -0800
commit89262cf0fcdbd57241c4f24ebb6dde0af9f92279 (patch)
tree39e4755c56141962b8fda96f51bfc64ef4490a7c /tree/src/vi/ex-070224/Makefile
parent935e171c477bd556f5f3e20753825880674c9d28 (diff)
wip vi
Diffstat (limited to 'tree/src/vi/ex-070224/Makefile')
-rw-r--r--tree/src/vi/ex-070224/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tree/src/vi/ex-070224/Makefile b/tree/src/vi/ex-070224/Makefile
index 7fa7e5a..be2666a 100644
--- a/tree/src/vi/ex-070224/Makefile
+++ b/tree/src/vi/ex-070224/Makefile
@@ -130,7 +130,7 @@ INSTALL=/usr/bin/install
#
# If your system expands tabs to 4 spaces you should -DTABS=4 below
#
-FEATURES = -DLISPCODE -DCHDIR -DFASTTAG -DUCVISUAL -DBIT8
+FEATURES = -DBIT8 -DMB -DLISPCODE -DCHDIR -DTABS=4 -DFASTTAG -DUCVISUAL
#
# This disables the LC_CTYPE locale settings and assumes all characters
@@ -190,7 +190,7 @@ OSTYPE = -DVMUNIX
# raises this limit to around 1 GB, but ex will consume much more of core
# and temp file space then.
#
-#LARGEF = -DLARGEF
+LARGEF = -DLARGEF
#
# The next setting is a crucial one since it determines the way ex
@@ -211,7 +211,7 @@ OSTYPE = -DVMUNIX
# 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 = ncurses
#
# Since ex uses sbrk() internally, a conflict with the libc's version of