Problem: MS-Windows: terminal feature not enabled by default.
Solution: Enable it. (Ken Takata)
# Set to yes to cross-compile from unix; no=native Windows (and Cygwin).
CROSS=no
# Set to path to iconv.h and libiconv.a to enable using 'iconv.dll'.
+# Use "yes" when the path does not need to be define.
#ICONV="."
ICONV=yes
GETTEXT=yes
CHANNEL=$(GUI)
endif
# Set to yes to enable terminal support.
+ifeq (HUGE, $(FEATURES))
+TERMINAL=yes
+else
TERMINAL=no
+endif
ifndef CTAGS
# this assumes ctags is Exuberant ctags
# is yes)
# Global IME support: GIME=yes (requires GUI=yes)
#
-# Terminal support: TERMINAL=yes (default is no)
+# Terminal support: TERMINAL=yes (default is yes)
#
# Lua interface:
# LUA=[Path to Lua directory]
CSCOPE_DEFS = -DFEAT_CSCOPE
!endif
+!ifndef TERMINAL
+!if "$(FEATURES)"=="HUGE"
+TERMINAL = yes
+!else
+TERMINAL = no
+!endif
+!endif
+
!if "$(TERMINAL)" == "yes"
TERM_OBJ = \
$(OBJDIR)/terminal.obj \
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1192,
/**/
1191,
/**/