Disable PASTE64, TCAP_FKEYS and TCAP_QUERY explicitly.
They got enabled in previous xterm update but we don't want those. PASTE64 issue and patch by deraadt@, discussed also with nicm@
This commit is contained in:
parent
6158267635
commit
147e36c7dc
@ -168,7 +168,7 @@
|
||||
/* #undef OPT_MAXIMIZE */ /* CF_ARG_DISABLE(maximize) */
|
||||
/* #undef OPT_MINI_LUIT */ /* CF_ARG_ENABLE(mini-luit) */
|
||||
/* #undef OPT_NUM_LOCK */ /* CF_ARG_DISABLE(num-lock) */
|
||||
/* #define OPT_PASTE64 1 */ /* CF_ARG_ENABLE(past64) */
|
||||
#define OPT_PASTE64 0 /* CF_ARG_ENABLE(past64) */
|
||||
/* #undef OPT_PC_COLORS */ /* CF_ARG_DISABLE(pc-color) */
|
||||
#define OPT_SCREEN_DUMPS 0 /* CF_ARG_ENABLE(screen-dumps) */
|
||||
#define OPT_PTY_HANDSHAKE 1 /* CF_ARG_ENABLE(pty-handshake) */
|
||||
@ -182,8 +182,8 @@
|
||||
/* #undef OPT_SIXEL_GRAPHICS */ /* CF_ARG_ENABLE(sixel-graphics) */
|
||||
/* #undef OPT_GRAPHICS */ /* CF_ARG_ENABLE(graphics) */
|
||||
/* #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) */
|
||||
#define OPT_TCAP_FKEYS 0 /* CF_ARG_ENABLE(tcap-fkeys) */
|
||||
#define OPT_TCAP_QUERY 0 /* CF_ARG_ENABLE(tcap-query) */
|
||||
#define OPT_TEK4014 0 /* CF_ARG_DISABLE(tek4014) */
|
||||
/* #undef OPT_TOOLBAR */ /* CF_ARG_ENABLE(toolbar) */
|
||||
/* #undef OPT_VT52_MODE */ /* CF_ARG_DISABLE(vt52) */
|
||||
|
Loading…
Reference in New Issue
Block a user