Disable Tektronics 4014 emulation. ok natano@, naddy@, schwarze@
This commit is contained in:
parent
b490184555
commit
6e898074f3
@ -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>
|
.include <bsd.xconf.mk>
|
||||||
|
|
||||||
SUBDIR= icons resize
|
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 \
|
-lXft -lXrender -lXinerama -lX11 -lxcb -lXext -lXau -lXdmcp \
|
||||||
-lfontconfig -lexpat -lfreetype -lutil -ltermcap -lz
|
-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 \
|
charclass.c xtermcap.c charproc.c charsets.c cursor.c \
|
||||||
data.c doublechr.c fontutils.c input.c linedata.c main.c menu.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 \
|
misc.c precompose.c print.c ptydata.c wcwidth.c screen.c \
|
||||||
|
@ -7292,7 +7292,8 @@ Stephen P. Wall,
|
|||||||
David Wexelblat, and
|
David Wexelblat, and
|
||||||
Thomas Dickey (invisible-island.net).
|
Thomas Dickey (invisible-island.net).
|
||||||
.SH OPENBSD SPECIFICS
|
.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
|
.TP 8
|
||||||
.B allowFontOps: false
|
.B allowFontOps: false
|
||||||
.TP 8
|
.TP 8
|
||||||
|
@ -178,7 +178,7 @@
|
|||||||
/* #undef OPT_SUN_FUNC_KEYS */ /* CF_ARG_ENABLE(sun-fkeys) */
|
/* #undef OPT_SUN_FUNC_KEYS */ /* CF_ARG_ENABLE(sun-fkeys) */
|
||||||
/* #undef OPT_TCAP_FKEYS */ /* CF_ARG_ENABLE(tcap-fkeys) */
|
/* #undef OPT_TCAP_FKEYS */ /* CF_ARG_ENABLE(tcap-fkeys) */
|
||||||
/* #undef OPT_TCAP_QUERY */ /* CF_ARG_ENABLE(tcap-query) */
|
/* #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_TOOLBAR */ /* CF_ARG_ENABLE(toolbar) */
|
||||||
/* #undef OPT_VT52_MODE */ /* CF_ARG_DISABLE(vt52) */
|
/* #undef OPT_VT52_MODE */ /* CF_ARG_DISABLE(vt52) */
|
||||||
/* #undef OPT_WIDER_ICHAR */ /* CF_ARG_ENABLE(16bit-chars) */
|
/* #undef OPT_WIDER_ICHAR */ /* CF_ARG_ENABLE(16bit-chars) */
|
||||||
|
Loading…
Reference in New Issue
Block a user