Disable Tektronics 4014 emulation. ok natano@, naddy@, schwarze@

This commit is contained in:
matthieu 2016-10-24 19:31:35 +00:00
parent b490184555
commit 6e898074f3
3 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2016/09/11 19:22:56 matthieu Exp $
# $OpenBSD: Makefile,v 1.29 2016/10/24 19:31:35 matthieu Exp $
.include <bsd.xconf.mk>
SUBDIR= icons resize
@ -19,7 +19,7 @@ LDADD+= -L${X11BASE}/lib -lXaw -lXpm -lXt -lSM -lICE -lXmu \
-lXft -lXrender -lXinerama -lX11 -lxcb -lXext -lXau -lXdmcp \
-lfontconfig -lexpat -lfreetype -lutil -ltermcap -lz
SRCS= TekPrsTbl.c Tekproc.c VTPrsTbl.c button.c cachedGCs.c \
SRCS= VTPrsTbl.c button.c cachedGCs.c \
charclass.c xtermcap.c charproc.c charsets.c cursor.c \
data.c doublechr.c fontutils.c input.c linedata.c main.c menu.c \
misc.c precompose.c print.c ptydata.c wcwidth.c screen.c \

View File

@ -7292,7 +7292,8 @@ Stephen P. Wall,
David Wexelblat, and
Thomas Dickey (invisible-island.net).
.SH OPENBSD SPECIFICS
On OpenBSD, the following resources have different default values:
On OpenBSD, the Tektronix 4014 emulation is disabled and the following
resources have different default values:
.TP 8
.B allowFontOps: false
.TP 8

View File

@ -178,7 +178,7 @@
/* #undef OPT_SUN_FUNC_KEYS */ /* CF_ARG_ENABLE(sun-fkeys) */
/* #undef OPT_TCAP_FKEYS */ /* CF_ARG_ENABLE(tcap-fkeys) */
/* #undef OPT_TCAP_QUERY */ /* CF_ARG_ENABLE(tcap-query) */
/* #undef OPT_TEK4014 */ /* CF_ARG_DISABLE(tek4014) */
#define OPT_TEK4014 0 /* CF_ARG_DISABLE(tek4014) */
/* #undef OPT_TOOLBAR */ /* CF_ARG_ENABLE(toolbar) */
/* #undef OPT_VT52_MODE */ /* CF_ARG_DISABLE(vt52) */
/* #undef OPT_WIDER_ICHAR */ /* CF_ARG_ENABLE(16bit-chars) */